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: 3 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:53:36.000Z (over 2 years ago)
- Last Synced: 2025-03-18T18:45:16.623Z (3 months ago)
- Topics: puerto-rico
- Language: Python
- Homepage: https://statuspr.jpadilla.com
- Size: 10.8 MB
- Stars: 14
- Watchers: 4
- 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
```