README.md (view raw)
1# telegram-bot-api
2A simple Golang bot for the Telegram Bot API
3
4Really simple bot for interacting with the Telegram Bot API, not nearly done yet.
5
6All API responses are implemented as structs, only some method calls have been added.
7There's a very simple plugin in `bot.go` right now. You can find config options in the code fairly easily.
8
9Hopefully code quality will improve as this project progresses.