https://github.com/hunj/tsa-passenger-throughput
A mini web scraping + data visualization project for number of travelers per day, from TSA's website. Uses GitHub Actions Workflow to schedule grabbing data.
https://github.com/hunj/tsa-passenger-throughput
github-actions python-script scraping visualization web-scraping
Last synced: about 1 year ago
JSON representation
A mini web scraping + data visualization project for number of travelers per day, from TSA's website. Uses GitHub Actions Workflow to schedule grabbing data.
- Host: GitHub
- URL: https://github.com/hunj/tsa-passenger-throughput
- Owner: hunj
- Archived: true
- Created: 2020-12-26T06:11:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T18:37:15.000Z (over 4 years ago)
- Last Synced: 2025-02-15T14:46:30.525Z (over 1 year ago)
- Topics: github-actions, python-script, scraping, visualization, web-scraping
- Language: HTML
- Homepage: https://hunj.github.io/tsa-passenger-throughput/
- Size: 327 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TSA Passenger Throughput
TSA Checkpoint Travel Numbers visualization using chart.js
Data can be found at https://www.tsa.gov/coronavirus/passenger-throughput.
## How to run the script on your own
1. Set environment variable `ENDPOINT` to the URL mentioned above.
2. `pip install -r requirements.txt` to
3. `python scrape.py` to run the script.
4. Check `output.csv` to verify data.
5. Open `index.html` with your favorite browser to check the data.
# Disclaimer
The information provided in or through this repository is for educational and informational purposes only and solely as an educational tool for your own use.