Reddit API with Python (Complete Guide)
We will look how to get your credentials and to use the API. We will cover everything, from making a simple request, to using...
We will look how to get your credentials and to use the API. We will cover everything, from making a simple request, to using...
Beginner to expert guide to learn Python for SEO. In this tutorial, you'll learn Python from the absolute basics to its advanced SEO purposes.
The simplest way to do automation with Python is by using crontab (cron) on Mac or Task Scheduler on Windows. In this guide, you...
Read this post if you want to learn how to create Python files from terminal. A Python file (or script) is a file written...
Automate SEO Tasks using Python and Windows task scheduler
When you start working with other people’s code you will run into the if __name__ == '__main__' statement at the end of the Python...
Welcome to this complete guide on using the LinkedIn API with Python. In this guide, you will learn how to get your credentials, authenticate...
This is the best place to learn how to set up Google Analytics Reporting API with Python.
In this tutorial, you will learn how to fetch the wayback machine API with Python in order to retrieve HTML for a specific domain....
In this tutorial, you will learn how to extract all pages from a specific website from Commoncrawl with Python. You will find the full...
In this tutorial, we will learn how to connect the ChatGPT API to Google Sheets using Apps Script, allowing you to create your own...
To create a Python virtual environment with venv, use the following commands. This command creates a virtual environment. Note that you can also use...
Easy tutorial to help non-developers install Selenium Webdriver using Python. Selenium Webdriver is an amazing tool for SEO automation.
XML sitemaps are useful for the discovery of URLs by Google. Some free tools let you create XML sitemaps, but usually have a limitation...
In this web scraping tutorial, you will learn how to extract SEO information from a website using Python Requests-HTML. Learn how to extract meta...
In this tutorial, we will learn the basic functions that you can use to interact with the Twitter API with Python. This tutorial is...
The Python requests library is an HTTP requests library in Python. Python Requests Example In this tutorial, you will learn how to use the...
Search engine optimization (SEO) is critical for any website hoping to rank well in search engine results pages (SERPs). One way to improve your...
In this guide, I will show you how to use Regex for SEO, even if you have no programming knowledge.
In this tutorial, you will learn how to authenticate the Twitter API using Python and Tweepy. This tutorial is part of the complete guide...
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 post, we are going to see how to make a mirror of a web page or even your entire website with Wget...
Sqlite3 is the Python library that provide access to databases of the SQL query language. In this tutorial, we will learn how to use...
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...
Creating a dummy dataset in Python is often useful to test functions without searching for a real dataset. Here are a few ways to...
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...
For any API call to the Linkedin API, you will need to have your user URN at hand. In the next script, we will...
In this tutorial, we will learn how to use the LinkedIn API and Python to make a text post, a link post, and a...
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...
Translating the Reddit API JSON documentation for humans with code example simple data structure.
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.
What is awesome about the Reddit API is that you can extract data from Reddit without any credentials! In this beginner tutorial, I will...
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.
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....
This tutorial is a simple introduction to Pandas Python library. You will learn the basics of Pandas in Python and how pandas can replace...
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...
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?...
If you are keen to learn Python, here are a few project ideas and Python learning resources to help you improve your Python skills....
Creating Images for your blog can be a painful process. I hate working on images, so I decided to always use the same background...
Page Speed Insights API is a super powerful tool which can give us a lot of information to enhance our website performance. However, sometimes...
Welcome to this Google Search Console API tutorial with Python. In this tutorial, I will show you how to extract all your Google Search...
For years SEOs have clambered on about how keyword density is dead. For keyword ranking perhaps, but it’s still a useful tool in determining...
In this post, I will show you how to parse a Robots.txt file and save it to Pandas Dataframe using Python. The full code...
In this simple reddit API project with Python, we will learn how to show random Reddit publications in the Terminal Shell when we open...
Here is a collection of useful Python functions that SEOs can use to do things like making http requests. Generate Fake User-Agent Check Robots.txt...
With this Python script, I will show you how to extract Google Search Console data from a list of URLs. This is the perfect...
Why learn Python? Learning programming and data science is obviously good and gets you productive, but you have to put the effort to make...
Learn how to use basic packages like pandas, numpy and matplotlib to do SEO with Python.