Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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