Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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
- Created: 2020-12-26T06:11:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T18:37:15.000Z (about 3 years ago)
- Last Synced: 2023-02-27T13:11:18.674Z (almost 2 years 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: 2
- 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.