Twitter API with Python (Complete Guide)
In this extensive guide, you will learn everything that you need to use the Twitter API with Python. I will cover the most important...
In this extensive guide, you will learn everything that you need to use the Twitter API with Python. I will cover the most important...
In this article, you will learn how to make a post on Twitter using Python and the Twitter API. This tutorial is part of...
APIs often return responses in the format of a JSON file. In this tutorial, you will learn how to understand and use Twitter API’s...
In this tutorial, we will learn the basic functions that you can use to interact with the Twitter API with Python. This tutorial is...
To use the Twitter API, you need to create a Twitter App and get your credentials for the app. Your credentials are essentially the...
To use the Twitter API, you will need to apply for a Twitter Developper Account. I will share some examples of answers to the...
In this tutorial, you will learn how to authenticate the Twitter API using Python and Tweepy. This tutorial is part of the complete guide...
In this is tutorial, we will learn how to use Google Search Console’s URL Inspection API with Python. What is the URL Inspection API?...
In this tutorial, we will learn how to use Google’s Indexing API with Python. What is the Indexing API? The indexing API is an...
A guide to creating a sustainable website. In this tutorial, we will look at the most important changes that you can do to create...
Machine learning provides a lot of opportunities for SEO professionals to add to their toolkits. In this post, we will see how SEOs can...
Seaborn is a data visualization library in Python that is built on top of the Matplotlib package. It brings intuitive functions to help solve...
Years ago while working for Time Inc. later known as Meredith Corp. and now known as Dotash Meredith, I had built 9am reports for...
Do you want to build your own web crawler with Scrapy and Python? This guide will guide you through each setup to set up...
In this tutorial, we will learn the query Google Search Console API using Josh Carty’s Python Wrapper. The wrapper is a very convenient way...
A slow page load time can have a significant impact on your website visitors. In fact, according to Google, 53% of your visitors are...
The Python requests library is one of the most-used libraries to make HTTP requests using Python. In this tutorial, you will learn how to:...
In this tutorial, we will use Python to extract data from the Wikipedia API. You will learn how to interact with the API using...
In this post, we are going to see how to make a mirror of a web page or even your entire website with Wget...
Let’s look at the basic SQL commands to interact with a Database. In my previous post to help you learn SQL, we built a...
In this article, I will show you the basics of SQL and build a simple SQLite database that you can play with. We are...
In this tutorial, we will learn how to use SQLite3 with Python. Prerequisites If you don’t know SQL, make sure that you read my...
In this introduction, you will understand what is CausalImpact and how it can be used. Causal Impact is a package used to understand the...
Evaluate the results of an SEO experiment on your site using Google Search Console and CausalImpact with Python. In this tutorial, we will learn...
Data studio and Search Console are valuable tools to identify low hanging fruits optimisations. We’ll show multiple reports that you can use to find...
This post will help you to connect your Google Search Console account to Google Data Studio. Create a Google Search Console Dashboard in Data...
The sitemap that you submitted in Google Search Console has the status “Couldn’t fetch”, what does it mean? The “Sitemap could not be read”...
In this tutorial, we will use Python and the sitemaps resource from the Google Search Console API to upload new sitemaps to Google Search...
Pickle python module is used to serialize (pickle) python objects to bytes and de-serialize those bytes back to objects. It is very useful as...
With Core Web Vitals coming up as a ranking factor in Google, I have decided to tackle the lighthouse performance. What finally worked is...
Creating a dummy dataset in Python is often useful to test functions without searching for a real dataset. Here are a few ways to...
Google Search Console (GSC), formerly Google Webmaster tools, is a free tool that lets you monitor and debug your site’s performance in Google Search...
Google Search Console allows validating your site at a domain level in a way that includes all versions of your site (https/http/www./m.). Google Search...
The crawl stats report shows your statistics about Google crawling history of your website. Having an understanding of the crawling of pages on your...
The URL inspection tool enables you to view how Google is seeing the pages on your website live and monitor the technical changes you’re...
The Index Coverage report helps you understand quickly what’s happening with your website. By using the index coverage report, you can understand which web...
The performance report in Google Search Console provides key metrics on traffic and rankings. It’s the perfect way to follow up with your ranking...
Before you can use Google Search Console (GSC), you need to validate your site. In this post we will learn how to validate your...
Google Search Console just started to support regular expressions (RegEx) in filters. Let’s learn how to leverage RegEx to analyse GSC data. This article...
Recently, I had a lot of CSV files that needed uncompressing. I didn’t like the options available, because I didn’t fully understand them. I...
You can read RSS feeds with Python using requests and BeautifulSoup (bs4). Getting Started Install Required Libraries In your Terminal, install the lxml, requests...
Welcome to this complete guide on using the LinkedIn API with Python. In this guide, you will learn how to get your credentials, authenticate...
In this tutorial, we will learn how to use the LinkedIn API and Python to make a text post, a link post, and a...
For any API call to the Linkedin API, you will need to have your user URN at hand. In the next script, we will...
The first step to use the LinkedIn API is to create an app in the LinkedIn Developer Tool. In this tutorial, we will see...
The OAuth 2.0 Protocol is a third party protocol used for authentication and authorization. In this article, we will see how to authenticate the...
WGET is a free tool to crawl websites and download files via the command line. In this wget tutorial, we will learn how to...
In this post, we will learn how to check the number of indexed pages on multiple websites using Python and Selenium into a CSV...
Help Hamlet Batista’s family go through the crisis Hamlet has been both a mentor and an inspiration. When I reached out to him as...
You start in SEO and want to rank your website in Google? This is the complete guide to start your own SEO strategy in...
We will look how to get your credentials and to use the API. We will cover everything, from making a simple request, to using...
Translating the Reddit API JSON documentation for humans with code example simple data structure.
What is awesome about the Reddit API is that you can extract data from Reddit without any credentials! In this beginner tutorial, I will...
In this post, we are going to generate the credentials necessary to run the Reddit API using Python and the PRAW wrapper.
In this post, we will see how to post to a subreddit using the PRAW wrapper for the Reddit API.
Picking the right GMB categories can be a little daunting, especially when there are thousands to choose from. There is often no obvious...
In this step-by-step tutorial, you are going to learn how to make the most basic Django Application with Python.
In this tutorial, we are going to learn how to get started using VSCode with Python.
What Google, Facebook, Reddit, Twitter, YouTube and Tiktok have in common? Guess what. People have talked about Covid-19, Black Lives Matter and Kobe Bryant....
In this post, we will implement and smoke test to check whether the robots.txt file changed. When the robots.txt file is changed, it will...