Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 844 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 844 Bytes

Green Belt Tracker Telegram Bot

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.

Setup

  1. Create a new Telegram Bot using BotFather.
  2. Copy the config.example.py into config.py and adapt at least the values for bot_token and user_id_list (use the IDBot to get your own user ID)
  3. Install the project's requirements using
$ pip3 install -r requirements.txt

Run

Run the bot using

$ python3 green-belt-tracker.py

To Do

  • Make the bot capable of using arbitrary GPX tracks

Credits