Posts Tagged ‘ shiny glow box

Arduino LCD gmail subject

Continuing on in the (Long) line of arduino+rss hacks, here is some python code that parses a gmail rss feed. This is a throwback to the post that started it all, the arduino gmail notifier. The original code was tweaked a bit to display the subjects of new mail on an lcd screen.

Read more

Rss Parser for twitter

Continuing on the line of arduino+rss hacks, here is some python code that parses Tweets. By changing the rss feed you can either follow one person’s tweets, or you can access your “follow” feed (i.e. everyone you follow on twitter.com) In order to do the second option you will have to supply your login credentials.

Read more

Arduino based rss reader – W/Check Facebook Status Updates script.

My last project, the arduino gmail checker really opened my eyes to python/rss/arduino integration. I branched out from there to use feedparser for more conventional rss reading and I ended up with a python script that pulls in your friend updates from facebook. That was cool watching it scroll by in terminal, but I decided to geek it up a bit and make it display out through a serial lcd. Nothing is more distracting than a lcd flickering constantly at your desk!
Here’s a pic of it doing it’s thing.


Here’s how I did it.

Read more