Giter Site home page Giter Site logo

twitrel's Introduction

twitrel is a simple twitter client based on Ruby on Rails.
It sorts the timeline of your friends' tweets not only based on
when the tweets have been crated, but also takes into account how
many tweets your friends are sending. Friends who don't write much
are ranked higher so you can keep up with them without having to
watch your timeline all the time.

============
   Setup
============
You will need to have Ruby on Rails installed on your system.
Insert your user name and password into config/environment.rb so
that twitrel is able to fetch your friends' timeline (this function
in the Twitter API needs authentication because some of your friends
might have protected their updates).

Before running TwitRel, the twitter4r has to be installed:

# sudo gem install twitter4r

Run the application in a webrick server with "# script/server".

If you want to have twitrel running on your system while also
running other webrick servers, you can specify a specific port that
webrick should run on with 'script/server -p [port]'.
Put '/path/to/twitrel/script/server -p [port] &' into some autostart
script if you want to have it always running.

You can use the application from your browser using http://localhost:port.
If you don't specify a specific port, it defaults to 3000.

I use twitrel like a normal application with a link from the desktop
using Mozilla Prism. If you want to do this, you will need to install Prism
as a browser plugin from Firefox. Then, visit the twitrel website in your 
browser and click Tools -> "Convert Website to Application".

twitrel's People

Contributors

andrewisplinghoff avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.