Skip to content

Smart-Torvy/TelegramBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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 ```

About

Telegram bot for home automation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published