CLI/API for Google Flights using Selenium
- Make sure you have installed Python 3
- Install Selenium and the Chrome webdriver
- Clone repository and starting searching!
python3 search.py --from "YUL" --to "CDG" --start "2020-06-10" [--end "2020-06-20"] [--stops 2] [--passengers 2] [--cheapest]
For the API, refer to api.py for endpoints.
Any contributions are welcome! Please try to follow the style conventions used throughout the repository, especially in the file(s) you are working on. If you find any bugs, please submit an issue and I'll take a look.
google-flights-cli is licensed under the MIT License.