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,
- Install Selenium for Python (http://www.seleniumhq.org)
- Install BeautifulSoup (https://pypi.python.org/pypi/beautifulsoup4)
- Install openpyxl (https://openpyxl.readthedocs.org/en/2.5/)
- 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).