Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfcampbell/githubbotrepo
Updates my Github account each day with a dummy commit.
https://github.com/kfcampbell/githubbotrepo
Last synced: 13 days ago
JSON representation
Updates my Github account each day with a dummy commit.
- Host: GitHub
- URL: https://github.com/kfcampbell/githubbotrepo
- Owner: kfcampbell
- Created: 2016-07-06T05:31:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T00:00:10.000Z (about 6 years ago)
- Last Synced: 2024-12-21T10:42:21.676Z (19 days ago)
- Language: Python
- Homepage:
- Size: 593 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Github Bot Project
They got rid of streaks, but I figured there was still some fun to be had in manipulating the Github API with python.
## Usage
Clone the repo, then make a cron job to run the GithubUpdate.py script each day.## Things It Would Be Nice To Add
* a better way to construct a JSON request than just string manipulation (done. used github3.py)
* simply update a single file rather than add a new file each time (done)
* randomly commit more than once on some occasions (done)
* add more interesting commit messages
* add logging## Dependencies
* github3.py (pip install github3.py==1.0.0a4)