If you look for a job in the software industry, employers sometimes look at your GitHub profile. A full, all-green GitHub contribution graph shows that you are very enthusiastic about programming.
What? You are lazy but you still want a full contribution gird? I've got great news for you!
github_auto_contribute
is a python script that automatically pushes contributions to your GitHub repository. You can get an all-green contribution graph without doing anything yourself! Cool!
git clone https://github.com/chuntonggao/github_auto_contribute
- Copy
cheat.txt
andgithub_auto_contribute.py
into your own git repository and commit; - Run the
github_auto_contribute.py
script, for example:python github_auto_contribute.py 2019-04-01 2019-09-30
; - Push your repository to GitHub;
- Check your contribute graph on your GitHub profile page.
Have lots of fun😜…