Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```