Simple Telegram Bot used in integration with Bollo App & [Bollo Wep API] (https://github.com/richin13/bollo_web). Used to send event notifications and get system status from the app.
##Command List
| Command | Description |
|---|---|
| /id | Your chat id |
| /bakeries | All your bakeries |
| /status | Bakery status |
| /botinfo | About the bot |
| /echo | I repeat what you say |
| /help | A little bit of help. |
##Usage First install dependencies
npm installRun the server
node server.jsThe server will be running at port 3080 and can be accessed with your web browser at:
localhost:3080
If everything went well the bot will be good to go :P
##Dependencies
| Module | Version |
|---|---|
| Express | 4.13.x |
| Jade | 1.11.x |
| Moment | 2.10.x |
| telegram-api | 0.5.x |
Node js Telegram API wrapper thanks to mdibaiee.
##Stack
