Python app that tracks the cheapest fuel in a given area. It has been extended with a mobile app 📱 (not provided here).
Go to file
Adrien 2d18b72553 update README file 2021-02-13 14:26:46 +01:00
docs first commit 2021-02-09 09:20:51 +01:00
src/fuel_price_tracker fixing mail bug and adding sorting feature 2021-02-13 14:13:04 +01:00
tests first commit 2021-02-09 09:20:51 +01:00
.gitignore adding email feature 2021-02-11 10:14:05 +01:00
AUTHORS.rst first commit 2021-02-09 09:20:51 +01:00
CHANGELOG.rst first commit 2021-02-09 09:20:51 +01:00
LICENSE.txt first commit 2021-02-09 09:20:51 +01:00
README.rst update README file 2021-02-13 14:26:46 +01:00
requirements.txt first commit 2021-02-09 09:20:51 +01:00
setup.cfg first commit 2021-02-09 09:20:51 +01:00
setup.py first commit 2021-02-09 09:20:51 +01:00

README.rst

fuel_price_tracker

Tool for sorting gas price according to a given French departement number

Description

A longer description of your project goes here...

Note

TODO :

  • Enhance the output display
  • Integrating ot to a a Telegram Bot to leverage (longitude,latitude) given data.

How to Use (example) from .src/fuel_price_tracker :

python3 parsing.py --dept 86 --gas E10

Will return you a list of sorted dict of all gas stations of the 86 (Vienne) for SP95-E10.