https://github.com/vdimir/tg-tobym
Simple personal telegram bot for different purposes
https://github.com/vdimir/tg-tobym
bot telegram-bot
Last synced: about 2 months ago
JSON representation
Simple personal telegram bot for different purposes
- Host: GitHub
- URL: https://github.com/vdimir/tg-tobym
- Owner: vdimir
- License: mit
- Created: 2020-08-04T19:40:00.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T19:01:18.000Z (over 4 years ago)
- Last Synced: 2023-08-20T12:10:28.473Z (almost 3 years ago)
- Topics: bot, telegram-bot
- Language: Go
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tobym
## Description
Simple telegram bot for personal usage.
## Build & Run
```
BOT_TOKEN=xxxx docker-compose up --build
```
## Delete WebHook
If bot wasn't shutdown gracefully:
```
curl -X POST -H 'Content-Type: application/json' "https://api.telegram.org/bot${BOT_TOKEN}/deleteWebhook"
```