Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.2 KB

File metadata and controls

22 lines (18 loc) · 1.2 KB

Everybuddy Telegram Bot

What is this?

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.

Getting started

In order to run this bot you will need:

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.