Skip to content

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

Notifications You must be signed in to change notification settings

nachocarballeda/RaspyBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages