-
1Step 1
Clone the repo https://github.com/nachocarballeda/RaspyBot
-
2Step 2
Install Telebot lib for python https://github.com/eternnoir/pyTelegramBotAP
-
3Step 3
Create your Telegram bot speaking to @BotFather and copy the TOKEN.
-
4Step 4
Connect your LCD display to your Pi . Use the data sheet of your display to connect it properly.
-
5Step 5
Edit the line 56 in Adafuit_CharLCD.py def init(self, pin_rs=?, pin_e=?, pins_db=[?, ?, ?, ?], GPIO=None): replace "?" for your GPIO numbers. where pins_db = LCD Datapins.
-
6Step 6
Put the TOKEN string of your bot in token.py
-
7Step 7
Launch raspybot.py :)
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.