all repos — telegram-bot-api @ 564e04b9a2b8966f0e68956e1458f6ddb263a545

Golang bindings for the Telegram Bot API

Create README.md
Syfaro syfaro@foxpaw.in
Thu, 25 Jun 2015 00:40:42 -0500
commit

564e04b9a2b8966f0e68956e1458f6ddb263a545

parent

434756c165a9b43d750eb56e6a4eaff067f1bcbb

1 files changed, 9 insertions(+), 0 deletions(-)

jump to
A README.md

@@ -0,0 +1,9 @@

+# 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.