Golang bindings for the Telegram Bot API
Go to file
Syfaro 3940cb5953 setup functions, plugin enabler, reply markup, example commands 2015-06-25 16:15:28 -05:00
README.md Create README.md 2015-06-25 00:40:42 -05:00
bot.go setup functions, plugin enabler, reply markup, example commands 2015-06-25 16:15:28 -05:00
methods.go setup functions, plugin enabler, reply markup, example commands 2015-06-25 16:15:28 -05:00
plugin_fa.go setup functions, plugin enabler, reply markup, example commands 2015-06-25 16:15:28 -05:00
plugin_help.go setup functions, plugin enabler, reply markup, example commands 2015-06-25 16:15:28 -05:00
plugin_manage.go setup functions, plugin enabler, reply markup, example commands 2015-06-25 16:15:28 -05:00
responses.go setup functions, plugin enabler, reply markup, example commands 2015-06-25 16:15:28 -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.