You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Syfaro 3940cb5953 setup functions, plugin enabler, reply markup, example commands 10 years ago
README.md Create README.md 10 years ago
bot.go setup functions, plugin enabler, reply markup, example commands 10 years ago
methods.go setup functions, plugin enabler, reply markup, example commands 10 years ago
plugin_fa.go setup functions, plugin enabler, reply markup, example commands 10 years ago
plugin_help.go setup functions, plugin enabler, reply markup, example commands 10 years ago
plugin_manage.go setup functions, plugin enabler, reply markup, example commands 10 years ago
responses.go setup functions, plugin enabler, reply markup, example commands 10 years ago

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.