https://github.com/jpopelka/openhubinfo
Get info about an OpenHub project or account via Ohloh API.
https://github.com/jpopelka/openhubinfo
ohloh-api openhub
Last synced: 11 months ago
JSON representation
Get info about an OpenHub project or account via Ohloh API.
- Host: GitHub
- URL: https://github.com/jpopelka/openhubinfo
- Owner: jpopelka
- License: bsd-3-clause
- Created: 2015-12-22T12:09:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T15:57:13.000Z (about 7 years ago)
- Last Synced: 2025-04-05T15:21:45.230Z (about 1 year ago)
- Topics: ohloh-api, openhub
- Language: Python
- Size: 2.93 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## OpenHub Info ##
Uses [Ohloh API](https://github.com/blackducksoftware/ohloh_api) to get info (json) about an [OpenHub](https://www.openhub.net) project or account.
### Example ###
`OH_API_KEY='...' ./openhubinfo.py -i project docker`
You need to set OH_API_KEY environment variable to your Ohloh API key. If you don't have one, obtain it at https://www.openhub.net/accounts/your_login/api_keys/new (replace your_login with existing OpenHub login).