Telegram Bot Integration with Arduino UNO using Python
serial
pip3 install pyserial
telepot
pip3 install telepot
Add bot api key in telebot.py file
bot = telepot.Bot('') # add the bot API key
Licensed under the MIT License
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Telegram Bot Integration with Arduino UNO using Python
serial
pip3 install pyserial
telepot
pip3 install telepot
Add bot api key in telebot.py file
bot = telepot.Bot('') # add the bot API key
Licensed under the MIT License