Create README.md

bot-api-6.1
Syfaro 2015-06-25 00:40:42 -05:00
parent 434756c165
commit 564e04b9a2
1 changed files with 9 additions and 0 deletions

9
README.md 100644
View File

@ -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.