Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 920 Bytes

File metadata and controls

27 lines (17 loc) · 920 Bytes

google-flights-cli/api

CLI/API for Google Flights using Selenium

Requirements

Installing

  • Make sure you have installed Python 3
  • Install Selenium and the Chrome webdriver
  • Clone repository and starting searching!

Usage

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.

Contributing

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.

License

google-flights-cli is licensed under the MIT License.