Skip to content
/ tweetypi Public

Raspberry Pi: display tweets for a given hashtag on character LCD

Notifications You must be signed in to change notification settings

pdp7/tweetypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweetypi

Repository for Python scripts to display tweets on a character LCD connected to a Raspberry Pi.

Written by Drew Fustini. Released as public domain.

Blog post: http://www.element14.com/community/groups/raspberry-pi/blog/2012/11/26/display-tweets-on-a-character-lcd

display-hashtag.py

Displays tweets that contain a specified hashtag

Instructions:

sudo pip install twitter
mkdir ~/python
cd ~/python
git clone https://github.com/pdp7/Adafruit-Raspberry-Pi-Python-Code.git
git clone https://github.com/pdp7/tweetypi.git
cd tweetypi

The only required argument for display-hashtag is the hashtag. The '#' prefix should be omitted as it is added by the code. The defaults assume 16x2 char LCD.

sudo ./display-hashtag bears

Here would be the arguments for 20x4 LCD:

sudo ./display-hashtag --verbose --cols 20 --rows 4 --delay 3 bears

About

Raspberry Pi: display tweets for a given hashtag on character LCD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages