garrow / twetter

Offline Twitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

= Introduction =
Twetter is an implementation of the twitter.com API, designed for use in situations where internet access is not available but a large number of people have twitter clients and want to tell each other what they are doing, for example a RailsCamp, where it was first developed.

The current goal is to have it work with as many third party twitter clients as possible.  It has currently been tested with Twitterific, TwitterFox, and Spaz on OSX.  

= Local Installation =
Edit /etc/hosts to add 127.0.0.1 twitter.com
script/server
lighttpd -f config/lighttpd.conf

= Currently Supported =
- Status Messages
- Replies
- Direct Messages
- Profile Images
- Following / Followers (hard coded to everyone)

= TODO =
- Hash password when user first accesses system and verify password is same for subsequent requests to prevent spoofing
- Favorites
- Test with more clients (especially on linux) and fix any issues. 
 

About

Offline Twitter


Languages

Language:CSS 50.6%Language:Ruby 26.9%Language:HTML 19.2%Language:JavaScript 2.5%Language:Python 0.6%Language:Shell 0.2%