This is a Telegram Bot that will tell me how far away I am from the German Green Belt and how much of it i've already completed on my hike alongside it.
- Create a new Telegram Bot using BotFather.
- Copy the
config.example.py
intoconfig.py
and adapt at least the values forbot_token
anduser_id_list
(use the IDBot to get your own user ID) - Install the project's requirements using
$ pip3 install -r requirements.txt
Run the bot using
$ python3 green-belt-tracker.py
- Make the bot capable of using arbitrary GPX tracks