A Telegram Bot that runs in a raspberry-pi and displays the messages that recive in a LCD display. Uses libs Adafuit for LCD and pyTelegramBotAPI by eternoir for Telegram
-
Install telebot lib for python https://github.com/eternnoir/pyTelegramBotAPI
-
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 = Datapins
-
Put the TOKEN string of your bot in token.py
-
Launch raspybot.py :)