This script will create a commit every 15 minutes for the current day in your timezone and push each individually to Gitea.
In the "actions" table, this will create 96 entires (24*4), and there will also be 2 additional entries for the repo and branch creation.
- Install python 3
- Clone this repo
- Delete
.git/ - Create a repo in gitea
- Clone the repo and move the python script into it
- Run
python generate_heatmap.py - Update SQLite with the
update_action.sqlfile - Update the 2 first entries in the
actiontable to the previous day for simplicity
You should see 96 contributions in the heatmap for the current day.