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
araison 84d7c0528d Update 2024-04-28 16:23:04 +02: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
.coveragerc Updating 2024-04-28 16:19:51 +02: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.md Update 2024-04-28 16:23:04 +02:00
README.rst Update 2024-04-28 16:20:40 +02: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.md

Fuel Price Tracker

Fuel provider seeker software. Based on French Government data (data.gouv.fr), user is able to sort by price cheapest fuel provider surrounding its area in a given radius.

How-to

python3 src/fuel_price_tracker/parsing.py --dept 75 --gas E10

will return the GPS adress of the cheapest E10 provider in Paris.

This app has been extended with a mobile support developed with Flutter, a beta will be release soon.