https://github.com/nasdin/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!"
https://github.com/nasdin/commit_github_everyday
automation commit crontab git python working
Last synced: about 2 months ago
JSON representation
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!"
- Host: GitHub
- URL: https://github.com/nasdin/commit_github_everyday
- Owner: Nasdin
- Created: 2019-06-25T09:10:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T23:36:32.000Z (over 6 years ago)
- Last Synced: 2024-12-28T13:43:23.816Z (about 1 year ago)
- Topics: automation, commit, crontab, git, python, working
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```