2021-02-09 08:20:51 +00:00
|
|
|
==================
|
|
|
|
fuel_price_tracker
|
|
|
|
==================
|
|
|
|
|
|
|
|
|
2021-02-13 13:26:46 +00:00
|
|
|
Tool for sorting gas price according to a given French departement number
|
2021-02-09 08:20:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
|
|
===========
|
|
|
|
|
|
|
|
A longer description of your project goes here...
|
|
|
|
|
|
|
|
|
|
|
|
Note
|
|
|
|
====
|
|
|
|
|
2021-02-13 13:26:46 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|