celebi-pkg / flight-analysis

Python package to scrape flight data from Google Flights and analyzes prices. Can determine optimal flight from date, place, and price
https://kcelebi.github.io/flight-analysis/
MIT License
127 stars 38 forks source link

Flexible parse #4

Closed kcelebi closed 1 year ago

kcelebi commented 1 year ago

Improved parsing to be more flexible and robust. Scraping now handles round-trip and one-way trips. New flight class created to ease organization of functions for parsing, analysis, and caching.