Skip to content

Releases: RZAsadi/fly-scrapper

v1.0.0

25 Dec 06:58
Compare
Choose a tag to compare

FlyScrapper v1.0.0 Release

I am excited to announce the first official release of FlyScrapper! This robust Python script is crafted to facilitate the automation of flight information scraping from various airline booking websites.

Features

  • Captcha Handling: Equipped to automatically solve captchas to enable seamless data retrieval.
  • Flight Details Gathering: Capable of pulling comprehensive information about flights, such as prices, flight status, and departure and arrival schedules.
  • Multiple Site Support: Initially supporting three airline booking websites, with a straightforward option to scale up to more.
  • Asynchronous Design: Leverages asyncio to manage concurrent scraping tasks efficiently, which significantly improves the speed of data collection.
  • Easy to Customize: The script allows for easy customization where users can specify cities, dates, and types of flights to be scraped according to their needs.

Getting Started:

To get started with FlyScrapper, simply clone the repository, install dependencies and run the script with your desired parameters. Check the README.md for detailed instructions.

Happy scraping!