Twitter RSS Feeds

Now that Twitter has totally killed their V1 API there is no official way to get Twitter feeds via RSS. Which is a real shame as RSS is a well accepted Open Standard for this type of information :-(   by  Jurgen Appelo  The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview. SHAME ON YOU TWITTER ! Currently there seem to be very few third party sites providing RSS services and it appears unlikely many will as Twitter will just kill them with changes to their API and/or terms & conditions as soon as they gain traction. Here is one I found to get a Users Timeline (which is not all that useful). http://www.twitter-rss.com/ However Hashtag or Search to RSS services are harder to find and will need a lot more work to implement http://www.queness.com/post/14004/easiest-way-to-retrieve-twitter-timeline-and-hashtags-twitter-oauth-api-11 Please use the comment section if you are aware of others !

Continue ReadingTwitter RSS Feeds

Offline RSS Reading on Ubuntu

I sometimes have time to read RSS feeds when I have no Internet connection. Granted this is happening less often these days with wireless connectivity pretty much ubiquitous, but I frequently have that need. Most often it's in an air-plane when you want to catch up on non-essential news and don't have any connectivity. This is where Lightread comes in handy. It synchronizes your Google Reader Account with excellent integration into the Ubuntu UI (desktop notification of new items ...). sudo add-apt-repository ppa:cooperjona/lightread sudo apt-get update sudo apt-get install lightread

Continue ReadingOffline RSS Reading on Ubuntu

Using Yahoo Pipes to aggregate learning resources

I am using the opportunity of me taking part in a Massive Open Online Course (MOOC) on mobile learning as an excuse to add some more content to this neglected blog. On of the issues I am facing with my participation in the MOOC is the massive amount of e-mails generated and my already overflowing inbox would not cope (let alone me managing it). That is not taking into account other sources such as Twitter & Flickr Since I have always been a fan of RSS (hat tip to Dave Winer) my answer to this dilemma is to create an aggregated RSS feed from a number of sources (including the Google Group responsible for the bulk of the traffic). And so far the best tool I found for this purpose is Yahoo Pipes. To create a Pipe log into http://pipes.yahoo.com/ (if you don't have a YahooID you need to create one first). The GUI is very simple (kudos Yahoo) and for simple aggregation needs hardly any explanations. The hardest part can often be finding the RSS sources to add to Pipes. The aggregation process is basically 3 steps add sources (see list below) add union operator connect to output     As an example here are the sources used for the MobiMOOC Pipe are: http://groups.google.com/group/mobimooc/feed/rss_v2_0_msgs.xml?num=100 http://search.twitter.com/search.atom?q=mobimooc http://api.flickr.com/services/feeds/geo/?tags=mobimooc&lang=en-us&format=rss_200 All you need to complete your "mobile learning journey" is to subscribe to the resulting feed (http://pipes.yahoo.com/leogaggl/mobimooc) with your favourite (mobile) RSS Reader. I personally use GoogleReader which has worked for me on various…

Continue ReadingUsing Yahoo Pipes to aggregate learning resources