https://github.com/mobilitydata/gtfs-digest-helper
https://github.com/mobilitydata/gtfs-digest-helper
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mobilitydata/gtfs-digest-helper
- Owner: MobilityData
- Created: 2025-09-30T13:05:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-10-06T19:43:44.000Z (4 months ago)
- Last Synced: 2025-10-06T20:24:04.340Z (4 months ago)
- Language: Python
- Homepage: https://gtfs-digest-assistant.streamlit.app/
- Size: 73.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gtfs-digest-helper
- Click on Generate _year_-_month_ Digest
- See contribition stats and active PR's
- Search any word in any discussion (issues and pull requests)
## How it works
Every month, a script has to be run to get all data since 2015 until last month (script below)
Then, an API call gets the data on current month and the page compares historical and last month data.
## Load data every end of month
In terminal, run:
```
export GITHUB_TOKEN="your_githib_api_token"
python3 fetch_github.py
```
Then replace files in data/cleaned-data with last exported files