Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpadilla/tracking-status-pr
This tool scrapes status.pr every hour and keeps tracks of changing metrics in order to help visualize and measure progress.
https://github.com/jpadilla/tracking-status-pr
puerto-rico
Last synced: 11 days ago
JSON representation
This tool scrapes status.pr every hour and keeps tracks of changing metrics in order to help visualize and measure progress.
- Host: GitHub
- URL: https://github.com/jpadilla/tracking-status-pr
- Owner: jpadilla
- Created: 2017-10-14T13:33:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:53:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T07:26:28.305Z (27 days ago)
- Topics: puerto-rico
- Language: Python
- Homepage: https://statuspr.jpadilla.com
- Size: 10.8 MB
- Stars: 14
- Watchers: 5
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tracking status.pr
This tool scrapes status.pr every hour and keeps tracks of changing metrics in order to help visualize and measure progress. Data is also made available in CSV and JSON formats.
## Running
### Web
```
$ MONGODB_URI='mongodb://localhost/tracking-status-pr' FLASK_DEBUG=1 FLASK_APP=app/app.py flask run
```### Scraper
```
$ MONGODB_URI='mongodb://localhost/tracking-status-pr' python scraper.py
```