natronics / github-org-updates

Use the GitHub API to create blog-like, "what we've been up to" posts for a GitHub Organization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Org Updates

Code Language

Use the GitHub API to create blog-like, "what we've been up to" posts for a GitHub Organization using a composite of Issue and milestone statuses and individual commit logs/messages.

Install

$ pip install -r requirements.txt

Run

$ ./github-org-updates.py orgname > new_updates.md

Will gather all the commits and issues over last calendar week and print a blog post to stdout.

See the output of

$ ./github-org-updates.py --help

for more configuration options.

About

Use the GitHub API to create blog-like, "what we've been up to" posts for a GitHub Organization.

License:MIT License


Languages

Language:Python 100.0%