Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

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.

Notifications You must be signed in to change notification settings

hunj/tsa-passenger-throughput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks