https://github.com/bayneri/fake-commit-bot
Generates fake GitHub activity.
https://github.com/bayneri/fake-commit-bot
bash bot commit github python shell
Last synced: about 2 months ago
JSON representation
Generates fake GitHub activity.
- Host: GitHub
- URL: https://github.com/bayneri/fake-commit-bot
- Owner: bayneri
- Created: 2018-01-28T11:39:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T21:25:04.000Z (over 8 years ago)
- Last Synced: 2025-06-28T19:42:26.086Z (12 months ago)
- Topics: bash, bot, commit, github, python, shell
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fake-commit-bot
Fake commit bot automatically generates GitHub activity.
## How to?
Clone the repository.
Add the following line to your crontab (of course you can edit it if you want to)
0,30 21,22,23 * * * python /path/to/fake-commit-bot/bot.py
Don't forget that, at every execution chance of creating fake activity is 50%
## The idea
The idea is based on [commit-bot](https://github.com/theshteves/commit-bot). The difference is randomized call of shell script makes activity look more realistic.