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

https://github.com/bkataru/kayak-scrawler

selenium and bs4 crawler + scraper to obtain flight listing info from kayak.com
https://github.com/bkataru/kayak-scrawler

beautifulsoup kayak python scraping scrawler selenium

Last synced: about 1 month ago
JSON representation

selenium and bs4 crawler + scraper to obtain flight listing info from kayak.com

Awesome Lists containing this project

README

          

selenium and bs4 crawler + scraper to obtain flight listing info from kayak.com

## install dependencies + setup dev environment

```bash
git clone https://github.com/bkataru/kayak-scrawler.git
cd kayak-scrawler

poetry install
```

## usage

```bash
python main.py
```