Giter VIP home page Giter VIP logo

flight_schedule's Introduction

#Flight_Schedule

A simple utility script which will show the flight schedule between any two airports.

Modules required:

  • Selenium:

    • It can be installed using sudo pip install selenium or sudo apt-get install python-selenium.
  • Bs4:

    • It can be installed using sudo pip install bs4 or sudo apt-get install python-bs4.

It is implemented using the BeautifulSoup module of bs4 and the webdriver module of selenium to scrape data from this website.

How to use: The script will show the flights between two airports on a specific dates as entered by the user, along with the Departure time, Arrival time, Duration and the price (per adult). The script shows results for both one-way journey and round-trip journey.

To run the script: Type python flights.py from your terminal.

All the flight results will be displayed on the terminal, as well as saved in a file called search_result.txt in the same directory.

flight_schedule's People

Contributors

akshatnitd avatar

Stargazers

Phillip Ressler avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.