A GitHub bot to automatically send a commit every specified interval.
- Step 1: Clone the repository using this command:
git clone https://github.com/cvs0/AutoCommit.git - Step 2: Make a fork you can commit to.
- Step 3: Change the
repository_namevariable inmain.pyto suite you. - Step 4: You must generate a GitHub Access Token.
- Step 5: Give your newly created access token full permissions for repos and user.
- Step 6: Make a file in the same directory as
main.pynamedaccess_token.txt. - Step 7: Open this new file and paste your GitHub access token inside.
- Step 8: Install the dependencies:
pip install github - Step 9: Start the application with
python main.py - You are good to go!
Fully developed by cvs0.
If you encounter any issues report them here.