Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pdp7/tweetypi

Raspberry Pi: display tweets for a given hashtag on character LCD
https://github.com/pdp7/tweetypi

Last synced: about 5 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

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