Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

muffinista/twitter-rss-digest

Repository files navigation

About

WhalePail is a simple app to generate RSS feeds for a variety of Twitter data. You plug in a few parameters, and get back an RSS feed, which you can then check whenever you want. This is handy if there’s someone or something you want to follow on Twitter, but the standard methods of using Twitter aren’t working for you.

The code runs on Sinatra and is pretty basic. I wrote it to learn about a couple things at once: Sinatra, Twitter’s new OAuth Requirments, and the DataMapper library.

p.s. Sinatra rocks

INSTALL

To run the code on your own server, you will need to:

  • install the code somewhere

  • run ‘bundle install’

  • setup an app on twitter

  • specify the parameters you need to get OAuth working

Connecting with Twitter

You can create a new app here: twitter.com/apps/new

app type: browser default access type: read-only callback url - Unless you change something, this will be http://location-of-app/auth

TODO

  • Add caching

  • Add an option to get JSON back for use with other apps

  • Add some JS widgets to display similar to Twitter’s widgets

  • Consider a version that doesn’t require authorization – we don’t actually need to use OAuth to do searches, it’s strictly to manage users, but that could be handled with a cookie/session key, or traditional registration.

LICENSE

Licensed under MIT creativecommons.org/licenses/MIT/

Use it in good health.

THANKS

Based on sinitter sample app github.com/moomerman/sinitter

About

Sinatra app to generate RSS feed for twitter stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages