Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 29 days 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
```