Initial commit.

This commit is contained in:
2024-01-07 12:26:19 -05:00
commit e6473513f0
9 changed files with 577 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
A Python Telegram [TagTime](https://doc.beeminder.com/tagtime) bot.
Place Telegram bot API key into `token.txt`.
```
pipenv update
pipenv shell
python main.py
```
Currently deployed as `@tagtime_bot`.