Finds arbitrage in plane ticket prices
Project description
Flight Arbtrage
This project adheres to Semantic Versioning
Install
pip install flight_arbitrage
Features
-
Parse plane tickets for arbitrage opportunities
-
Scrape websites in a headless browser mode
Examples
from flight_arbitrage.hidden_city import OneWay
arbitrage = OneWay('JFK', 'SLC', '07/10/2021')
a = arbitrage.find_arbitrage(headless=True)
print(f'Is there an arbitrage opportunity: {len(a) > 0}')
for d in a:
print(d)
License
Flight Arbitrage is MIT licensed, as found in the LICENSE file.
Todo
-
Finish writing docs
-
Incorporate readthedocs
- Include automating doc updating
-
Use pre-commit
-
Fix code coverage upload to only ubuntu 3.9
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flight_arbitrage-0.7.1.tar.gz
(22.2 kB
view hashes)
Built Distribution
Close
Hashes for flight_arbitrage-0.7.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 148631f023ae54906cfe62937e183e234cd3bf966823f2139fb3a07a1b6620c4 |
|
MD5 | 8c483d89043e85b98c8930dd5ac45e98 |
|
BLAKE2b-256 | 19e7f8d927d42582b4dd91fe205b2f77e85099531860d5a3bc514861c899f8ef |