How to Apply for a Twitter Developer Account (with Example)
To use the Twitter API, you will need to apply for a Twitter Developper Account. I will share some examples of answers to 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...
In this data science tutorial, we will learn sentiment analysis using Python, BeautifulSoup and TextBlob by building a 9 am real-time report for Editors....
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...
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...
Sqlite3 is the Python library that provide access to databases of the SQL query language. In this tutorial, we will learn how to use...
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...
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...
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...
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...
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...
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...
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...
Welcome to this complete guide on using the Slack API with Python. In this guide, you will learn how to get your credentials, send...
It is time to send your first message using the Slack API and Python. Sending a message is very simple, even for Python beginners....
To post to Slack API with Python you will need to create a Slack API app and get the Webhook URL. In this step-by-step...
Finding any LinkedIn company ID is super easy. Go to the company page on LinkedIn and click on “See all X employees on LinkedIn“....
This tutorial is a simple introduction to Pandas Python library. You will learn the basics of Pandas in Python and how pandas can replace...
Heroku lets you deploy a Flask app online for free. This is a fantastic option to test dev environments, to make SEO tests in...
In this guide, I will show you how to use Python and the Facebook Graph API to post to Facebook Groups. This tutorial is...
The first step to being able to use the Facebook Graph API is to get your access token. In this post, we will look...
The .gitignore file is useful to specify what you want, and what you don't want to be committed to Github.
In this post, I will show you how to check verified properties in Google Search Console using Python and the GSC Sites API. This...
In this post, I will show you the function that I created to authorise requests to the Google Search Console API using OAuth 2.0....
In this introduction to Anaconda Environments, you will learn how to use, create, and manage python environments using the Anaconda distribution. What is Anaconda?...