Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 663 Bytes

File metadata and controls

29 lines (28 loc) · 663 Bytes

Telegram Bot

Telegram bot for home automation. This bot was developed in javascript to be run withing the Node.js server environment. To install node.js write in the console these instructions: ``` curl -sLS https://apt.adafruit.com/add | sudo bash ``` ``` sudo apt-get install node ```

To use the program you need to install 3 libraries:

  • node-telegram-bot-api
  • npm mqtt
  • node-emoji
To install node-telegram-bot-api run this command: ``` npm install node-telegram-bot-api ``` To install npm mqtt run this command: ``` npm install mqtt ``` To install node-emoji run this command: ``` npm install node-emoji ```