Ecosyste.ms: Awesome
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: 29 days ago
JSON representation
selenium and bs4 crawler + scraper to obtain flight listing info from kayak.com
- Host: GitHub
- URL: https://github.com/bkataru/kayak-scrawler
- Owner: bkataru
- License: mit
- Created: 2024-02-29T17:18:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-29T17:37:23.000Z (11 months ago)
- Last Synced: 2024-11-05T14:17:33.895Z (3 months ago)
- Topics: beautifulsoup, kayak, python, scraping, scrawler, selenium
- Language: Python
- Homepage: https://replit.com/@bkataru/kayak-scrawler
- Size: 2.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-scrawlerpoetry install
```## usage
```bash
python main.py
```