automate tasks

Python Script to fetch the Top 5 Pages of your Website | Google Analytics 4 | Source code and github link

You can code a python script to automate and extract data from the Google Analytics4 API. Let’s see how we can get the top 5 pages viewed in the past 90days. The aim of this project is to have a script that goes through your Google analytics4 API everyday and pulls the top 5 most …

Python Script to fetch the Top 5 Pages of your Website | Google Analytics 4 | Source code and github link Read More »

Automate Tasks using Cron Jobs

Cron jobs allow you to schedule commands or scripts to run at specific times or intervals, without requiring manual intervention. They are an essential tool for automating repetitive tasks in a Unix-based operating system(for automating tasks in windows, check this). In this article, we’ll explain how to automate tasks using Cron Jobs in your Unix-based …

Automate Tasks using Cron Jobs Read More »