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
- Host: GitHub
- URL: https://github.com/savely-krasovsky/go-telegram-bot-example
- Owner: savely-krasovsky
- Created: 2018-11-08T19:27:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T05:20:44.000Z (about 7 years ago)
- Last Synced: 2025-06-19T08:47:43.916Z (7 months ago)
- Topics: example, telegram
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`