/commit_github_everyday

Automatically commits to this repo(or a fork) on a schedule(hourly), so your github looks busy, "Ehh..look! I have a job and working!"

Primary LanguagePython

commit_github_everyday

Ehh..look! I have a job and working!

5 simple steps:

1. Make sure you're not using windows
2. Star this project so you know when the code changes
3. Fork the project 
4. Git Clone your fork to local
5. Decide to either run this manually or install a cron to run it for you ( See below )

To run:

python autocommit.py

To install as a cronjob:

First make sure you have the dependencies installed:

pip install -r requirements.txt

Then you run

python install.py

uninstall

python uninstall.py