Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/germainlefebvre4/flight-scraper
Selenium scraper to retrieve the best price on a flight search from Google Flights page.
https://github.com/germainlefebvre4/flight-scraper
chromedriver flight-scraper hacktoberfest
Last synced: 20 days ago
JSON representation
Selenium scraper to retrieve the best price on a flight search from Google Flights page.
- Host: GitHub
- URL: https://github.com/germainlefebvre4/flight-scraper
- Owner: germainlefebvre4
- License: mit
- Created: 2020-01-06T10:53:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:24:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T20:52:08.037Z (about 1 month ago)
- Topics: chromedriver, flight-scraper, hacktoberfest
- Language: Python
- Homepage:
- Size: 98.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Flight scraper
## Getting started
```bash
pipenv run python flight-selenium.py
```## Prepare
### Pip
```bash
pip install pipenv
pipenv update
```
### Chromedriver
Go at [Chromedriver Website](https://chromedriver.chromium.org/) and download the appropriate chromedirver.
Unzip the `chromedriver.exe` in this directory.## Dockerhub
Link to the Dockerhub registry :https://hub.docker.com/r/germainlefebvre4/flight-scraper## Documentation
The docs'repo directory contains:
* Dockerhub documentation
* (soon) Build & Release documentation