Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keelerm84/hacktoberfest-commit-counter
A little script to count qualifying commits for the DO Hacktoberfest Giveaway
https://github.com/keelerm84/hacktoberfest-commit-counter
Last synced: 17 days ago
JSON representation
A little script to count qualifying commits for the DO Hacktoberfest Giveaway
- Host: GitHub
- URL: https://github.com/keelerm84/hacktoberfest-commit-counter
- Owner: keelerm84
- Created: 2014-10-18T03:30:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-18T03:31:25.000Z (about 10 years ago)
- Last Synced: 2024-10-03T15:14:53.661Z (about 1 month ago)
- Language: Python
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DigitalOcean Commit Counter
DigitalOcean is offering a
[Hacktoberfest Giveaway](https://www.digitalocean.com/company/blog/hacktoberfest/).
During October 2014, if you make 50 commits to any public repository, they will
give you a free limited edition t-shirt.As Github doesn't provide an easy method through the UI to view your public
commit count over a specific date range, I thought it would be a fun little
project to build a script to count those commits for me.## Setup
Clone this repository to the directory of your choice. Install the
dependencies withpip install -r requirements.txt
In the `commit-count.py` script, provide your username and your
[application token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/).## TODO
Currently, there are a few more issues that need to be addressed. I haven't
yet provided a mechanism for specifying the ending boundary. As the repository
stands, this will count all commits from a given point forward.In addition to this, there seems to be problems with it counting commits sent
to another repository. This definitely needs to be addressed as it is likely a
huge source of commits for some people.