Skip to content

Rinkoff/SkyScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkyScanner


What is SkyScanner

This is a Crawler/Scraper that crawl and collect data from website that serves us to find cheap airline tickets departing from Bulgaria.

How to use SkyScanner

  1. Clone project:

    git clone https://github.com/Rinkoff/SkyScanner.git

  2. Install the necessary dependencies:

    cd SkyScanner
    
    #Create your virtual environment for the project
    python -m venv .venv
    
    #Activate your virtual envinronment(Example:For Windows)
    .\.venv\Scripts\activate.bat
    
    #Install requirments
    pip install -r requirements.txt
    
  3. Create your own database and import it into the file directory:

mysql -u root -p skyscannerdb < skyscannerdb.sql

  1. Run SkyScanner.

    python SkyScanner.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages