Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mplewis/gwitter
Like Twitter for GitHub. Creep on yo friends' commit messages.
https://github.com/mplewis/gwitter
Last synced: about 2 months ago
JSON representation
Like Twitter for GitHub. Creep on yo friends' commit messages.
- Host: GitHub
- URL: https://github.com/mplewis/gwitter
- Owner: mplewis
- License: other
- Created: 2013-01-30T07:17:03.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-30T18:33:03.000Z (almost 12 years ago)
- Last Synced: 2024-04-13T04:56:08.586Z (9 months ago)
- Language: Python
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dependencies
============* argparse
* PyGithubMake sure those are installed.
Try it out right now!
=====================Clone the repo, then try out `python gwitter.py mplewis` to check out my commit history. It's that easy.
Actual Usage Documentation
==========================
````
usage: gwitter.py [-h] [-l GITHUB_USERNAME] [-n REQUESTS] userPrint a GitHub user's commit message history.
positional arguments:
user the user whose commit history you want to searchoptional arguments:
-h, --help show this help message and exit
-l GITHUB_USERNAME, --login GITHUB_USERNAME
authenticate to GitHub as GITHUB_USERNAME for up to
5000 API requests per hour
-n REQUESTS, --num-reqs REQUESTS
the number of event bundles to read (defaults to 10):
if this is set too high, you'll run out of API
requests
````