Skip to content

Example of using telegram bot and blynk for managing your IoT.

License

Notifications You must be signed in to change notification settings

xandr2/telegram-blynk-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python + telegram bot + blynk = love)

I like Blynk and also I like telegram. I wrote a telegram bot in python which helps me managing my IoT projects at home. You can managing different progects in one menu. Watch a demo:

demo

Python

  • Install libs:
pip install python-telegram-bot
pip install blynkapi
  • Copy template python code from GitHub

Create telegram bot

Blynk

  • Create project link
  • Add hardware link
  • Get auth token and copy it to python program blynkbot.py as var my_project
  • Create or modify objects in blynkbot.py (k_amp_power, k_amp_src, k_light)
  • Run your bot ./blynkbot.py

Details

Issue

  • Can't talk to bot via Google voice. issue

About

Example of using telegram bot and blynk for managing your IoT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages