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

https://github.com/savely-krasovsky/go-telegram-bot-example


https://github.com/savely-krasovsky/go-telegram-bot-example

example telegram

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# go-telegram-bot-example
Simple example of Telegram Bot written in Go.

# building
You will need Go 1.11+
1. Clone it **outside** the GOPATH
2. `go build -o bot`
3. Create `config.yml` and set database name:
```yaml
database: users.db
```
4. Try it: `./bot -config config.yml`