All Projects → jpadilla → tracking-status-pr

jpadilla / tracking-status-pr

Licence: other
This tool scrapes status.pr every hour and keeps tracks of changing metrics in order to help visualize and measure progress.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to tracking-status-pr

covid19-pr-api
COVID-19 Open API for Datasets in Puerto Rico
Stars: ✭ 21 (+61.54%)
Mutual labels:  puerto-rico

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].