Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajpocus/gitcalendar
Marks each day you've commited to GitHub on a calendar.
https://github.com/ajpocus/gitcalendar
Last synced: 27 days ago
JSON representation
Marks each day you've commited to GitHub on a calendar.
- Host: GitHub
- URL: https://github.com/ajpocus/gitcalendar
- Owner: ajpocus
- License: other
- Created: 2011-09-05T23:22:36.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-23T10:17:41.000Z (over 13 years ago)
- Last Synced: 2024-04-08T18:29:14.272Z (9 months ago)
- Language: Python
- Homepage:
- Size: 223 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**OVERVIEW**
Gitcalendar pulls down your GitHub commit data, and crosses off each day you've made a commit on a calendar. This project was inspired by [this Lifehacker article about Jerry Seinfeld](http://lifehacker.com/281626/jerry-seinfelds-productivity-secret).
**REQUIREMENTS**
Gitcalendar requires django-debug-toolbar, iso8601 (for date parsing),
memcached, and the python-memcached bindings. You can install memcached with
your distro's package manager, and the Python dependencies with pip:$ pip install django-debug-toolbar iso8601 python-memcached
**USAGE**
You'll have to edit settings.py, and replace the value of USER with your username. Start the server with:
$ ./manage.py runserver
and you can see your calendar at http://localhost:8000/.
**AUTHORS**
Gitcalendar is written by Austin Pocus, copyright 2011, under the BSD license. Details may be found in LICENSE.