Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pdp7/tweetypi
- Owner: pdp7
- Created: 2012-11-26T00:33:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-09T08:41:44.000Z (almost 12 years ago)
- Last Synced: 2023-03-12T08:03:44.141Z (over 1 year ago)
- Language: Python
- Size: 184 KB
- Stars: 7
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 hashtagInstructions:
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 tweetypiThe 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 bearsHere would be the arguments for 20x4 LCD:
sudo ./display-hashtag --verbose --cols 20 --rows 4 --delay 3 bears