An open API service indexing awesome lists of open source software.

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

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"
```