https://github.com/natronics/github-org-updates
Use the GitHub API to create blog-like, "what we've been up to" posts for a GitHub Organization.
https://github.com/natronics/github-org-updates
Last synced: over 1 year ago
JSON representation
Use the GitHub API to create blog-like, "what we've been up to" posts for a GitHub Organization.
- Host: GitHub
- URL: https://github.com/natronics/github-org-updates
- Owner: natronics
- License: mit
- Created: 2016-04-10T19:21:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-11T19:19:14.000Z (about 10 years ago)
- Last Synced: 2025-01-20T00:41:09.297Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Org Updates

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.