Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Dependencies
============

* argparse
* PyGithub

Make 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] user

Print a GitHub user's commit message history.

positional arguments:
user the user whose commit history you want to search

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