Scraping de dados de voo da empresa Azul utilizando selenium
Project description
azul-voos
Scrapping de dados de voos da empresa Azul.
Utiliza selenium para fazer o scrapping.
Driver utilizado
- Chrome Driver
Instalação
pip install azul_voos
Exemplo de uso:
from azul_voos import azul
myScrapper = azul.FlightScrapper()
query_list = [azul.Query('GRU', 'CNF', '10/02/2023'), azul.Query('GRU', 'BSB', '01/05/2023')]
results = myScrapper.scrape(query_list)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
azul_voos-0.1.1.tar.gz
(805.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
azul_voos-0.1.1-py3-none-any.whl
(52.6 kB
view details)
File details
Details for the file azul_voos-0.1.1.tar.gz.
File metadata
- Download URL: azul_voos-0.1.1.tar.gz
- Upload date:
- Size: 805.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73d48baa36b8620bcf63819860dae715d38f86f1261d8a607bcc3ee395b5f8dd
|
|
| MD5 |
146646d51966846b5de23af9541dc507
|
|
| BLAKE2b-256 |
e26c5312508c9090f0388f28636bf140614c4ff518087e978dc58ef19382b135
|
File details
Details for the file azul_voos-0.1.1-py3-none-any.whl.
File metadata
- Download URL: azul_voos-0.1.1-py3-none-any.whl
- Upload date:
- Size: 52.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af25cb04ea6f65e5d36ea7c2a5ffc0aa48b748f6fb51a943d1787aafa2432acd
|
|
| MD5 |
38b512570a4171df660f76cca137360d
|
|
| BLAKE2b-256 |
69932d62a652d60d0696410615c6ceaca2b98ded4ea9f5df4d7da1658eb22b03
|