disclaimer: I made this project with the aim of having fun and to learn to automate things using the Python language
hello, this is my second automation project which is making a github activity generator, using this script you can change and manipulate your github contribution timeline from arid to greenish:
be lush and very green, you will look very active and consistent in contributing on Github:
- Make sure in your Machine already installed Python 3 and Git
- Make sure Git in in your Machine already configured with Github.
- create an empty Github Repository can public or private, but I prefer you to make it private. do not initialize it.
- Download the main.py script and open the file in your text editor.
- delete the file commit.txt
- customize the script in main.py for configuration as you want in here:
total_day = 366 #total days back
commit_frequency = 10 #commit time per day
repo_link = "https://github.com/aliifam/github-activity-generator.git"
- after the script is already, you just run the script and see the magic.
- the script will make a new commit.txt file and make very many commit as you want after the process finished the script will push the repository to GitHub.
- after all the process is successful, please press the star for this repository😊.
do you have a question or do you get an error?
please create an issue in this repository and I will try to answer and solve it.