An open API service indexing awesome lists of open source software.

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!"

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
```