python

  • [Fri] March 08, 2024

statuscafe_parser.py

A Python script that parses an Atom RSS feed from status.cafe and exports the data to a CSV file.

Read more 
  • [Sat] August 05, 2023

get_gh_commits.py

A Python script for exporting a GitHub user's daily commit counts to a CSV file.

Read more 
  • [Mon] January 02, 2023

Exporting all of my GitHub contributions history

Learn how to use Python to scrape a GitHub user's profile for their daily commit data and export it to a CSV file with this tutorial.

Read more 
  • [Sun] November 27, 2022

new_row_on_github_csv.py

Reading a csv file on GitHub, appending a new row to it, and committing it back again to GitHub.

Read more 
  • [Thu] August 05, 2021

How to extract data on PCSO lottery winning combinations using Python

Learn how to extract data on PCSO lottery winning combinations using Python and Selenium as well as saving it to Microsoft Excel in this guide.

Read more 
  • [Wed] July 15, 2020

get_HN_favorites.py

A Python script to get HN favorites for a user.

Read more