Skip to content

The web scraping project. An application was created using Selenium and Beautifulsoup that bypasses site blocking, fills forms, and extracts data. You may use it to search for and obtain a list of flights.

Notifications You must be signed in to change notification settings

self51/Flight-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight search

About


This is a pet-project, it should not be used for commercial purposes!
A project that extracts flights from a specific site.
It allows you to search and get the appropriate list of flights.

Software that you need
  • Python 3.8.
  • Django 3.2.
Technology stack:
  • Python 3.8, Django 3.2;
  • SQLite;
  • Selenium;
  • Beautiful Soup.
Getting Started
  • $ pip install -r requirements.txt.
  • $ python manage.py makemigrations.
  • $ python manage.py migrate.
  • $ python manage.py runserver.

Made by Self.

About

The web scraping project. An application was created using Selenium and Beautifulsoup that bypasses site blocking, fills forms, and extracts data. You may use it to search for and obtain a list of flights.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published