Skip to content

Python function that finds flights to the same destination from two different cities

Notifications You must be signed in to change notification settings

robtaddeo/Flight-Scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight Scrape

Flight Scrape is a program that uses skiplagged to scrape data and compare flights from two different cities

NOTE: if you run too many queries skiplagged.com might cut off your connection and you will have to wait a couple minutes before you can run again

Installation

Use the package manager pip to install selenium.

pip install selenium

You also might need to change chromedrivers permissions to 755 like this:

chmod chromedriver 0755

You can run Flight Scrape as a jupyter notebook or a python executable. Run Flight Scrape from the terminal like this:

python flight_scrape.py

Contributions:

I built this for myself. Feel free to change however you want.

About

Python function that finds flights to the same destination from two different cities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published