Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 521 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 521 Bytes

RaspyBot

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

  1. Install telebot lib for python https://github.com/eternnoir/pyTelegramBotAPI

  2. 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

  1. Put the TOKEN string of your bot in token.py

  2. Launch raspybot.py :)