Skip to content

A python web scraper using Selenium that scrapes airport traffic data from the Department of Transportation.

License

Notifications You must be signed in to change notification settings

Kommandat/airport-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

airport-scraper

This simple python script scrapes Department of Transportation airport traffic data into neat Excel spreadsheets. It can be adapted for other web scraping purposes as well.

To use,

  1. Install Selenium for Python (http://www.seleniumhq.org)
  2. Install BeautifulSoup (https://pypi.python.org/pypi/beautifulsoup4)
  3. Install openpyxl (https://openpyxl.readthedocs.org/en/2.5/)
  4. Run "python airport-scraper.py"

Have fun!

PS: The data I am talking about is from here (http://www.transtats.bts.gov/Data_Elements.aspx).

About

A python web scraper using Selenium that scrapes airport traffic data from the Department of Transportation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages