This command line python program scrapes airfare prices for a round-trip flight from a given origin to a given destination with dates given for departure and return flights. This project was built for educational purposes only and would run into problems with large scale use, the most likely of which would be being blocked by the website.
Download the program. In the command line type python3 scraper.py (origin airport code) (destination airport code) (depart date MM/DD/YYYY) (return date MM/DD/YYYY)
Result file will look like this:

- Requests
- ArgParse
- json
- lxml
- Collections
Special thanks to Scrape Hero and Hackernoon for providing excellent scraping tutorials
MIT © ddanskin
