1
0
Fork 0

Add files via upload :trollface:

This commit is contained in:
Arthur K. 2025-11-04 07:59:41 +03:00
commit a9cfc9b522
Signed by: wzray
GPG key ID: B97F30FDC4636357
9 changed files with 425 additions and 0 deletions

16
.env.example Normal file
View file

@ -0,0 +1,16 @@
# Pacer credentials
EMAIL=''
PASSWORD=''
# Telegram configuration
# TELEGRAM_SKIP=true # skip Telegram update
TELEGRAM_API_ID=
TELEGRAM_API_HASH=
# Run configuration (you should really change these values lol)
CALORIES=383.0
DISTANCE=5239.0
DURATION=2039
STEPS=6239
# vim: ft=sh