This is a telegram bot for storing running activities and tracking your progress.
- open the bot at this link
- follow the bot instructions
- Clone the repository
- Run
pip install -r requirements.txt
- Create
.env
file in the root repo directory with the following string:BOT_TOKEN = <YOUR_TOKEN>
- Run
python -m bot.py
docker pull nidetag/run-tracker
docker run --name run-tracker -d -e TOKEN=<YOUR_TOKEN> nidetag/run-tracker
docker build -t run-tracker .
docker run --name run-tracker -d -e TOKEN=<YOUR_TOKEN> run-tracker