This is the Everybuddy Telegram Bot which is bound to the Everybuddy API made in Ruby on Rails. This project is built with Golang and uses a wrapper of Telegram's Bot API. It has all the features the mobile app has, aside from the signup process.
In order to run this bot you will need:
- Golang installed on your system
- A Telegram Bot created via BotFather
- Everybuddy's API up and running (see documentation
Once you got all set up, you should be able to download this project via go get
command, so just run
go get github.com/HelloBot-Ares/telegram_bot
This will place project at $GOPATH/src/github.com/HelloBot-Ares/telegram_bot
To use this bot you will need to have Everybudd's API up and running, so first make sure you can run that.