/Flight-search

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.

Primary LanguagePython

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.