scripting
📋excells2typst.py
·487 words·3 mins
A Python script that converts a selected region in Microsoft Excel to a table in Typst.
📋statuscafe_parser.py
·863 words·5 mins
A Python script that parses an Atom RSS feed from status.cafe and exports the data to a CSV file.
📋get_gh_commits.py
·350 words·2 mins
A Python script for exporting a GitHub user’s daily commit counts to a CSV file.
Exporting all of my GitHub contributions history
··881 words·5 mins
Scraping a GitHub user’s profile for their daily commit data can be a useful way to track their activity on the platform and potentially even analyze their work habits. In this tutorial, we’ll go through how to use the provided Python script to scrape a user’s profile and export the data to a CSV file.
📋new_row_on_github_csv.py
·351 words·2 mins
Reading a csv file on GitHub, appending a new row to it, and committing it back again to GitHub.
How to extract PCSO lottery winning combinations using Python
··2214 words·11 mins
In this post, we’ll explore how to scrape and prepare PCSO lottery data in Excel, in order to better inform your next plays to take it to the next level.1
📋get_HN_favorites.py
··95 words·1 min
A Python script to get HN favorites for a user.