Golang bindings for the Telegram Bot API
Go to file
Syfaro a7b8af6adb finish helper methods, add forgotten audio upload 2015-06-25 11:57:50 -05:00
README.md Create README.md 2015-06-25 00:40:42 -05:00
bot.go working file uploads, starting to clean up code 2015-06-25 11:25:02 -05:00
methods.go finish helper methods, add forgotten audio upload 2015-06-25 11:57:50 -05:00
responses.go working file uploads, starting to clean up code 2015-06-25 11:25:02 -05:00

README.md

telegram-bot-api

A simple Golang bot for the Telegram Bot API

Really simple bot for interacting with the Telegram Bot API, not nearly done yet.

All API responses are implemented as structs, only some method calls have been added. There's a very simple plugin in bot.go right now. You can find config options in the code fairly easily.

Hopefully code quality will improve as this project progresses.