public
Description: Offline Twitter
Homepage:
Clone URL: git://github.com/rnielsen/twetter.git
rnielsen (author)
Sat May 16 19:14:34 -0700 2009
commit  737e20a1cb4bc6e5c39864d89ebc88e4c47f7e73
tree    8c561c7951db2ea096679d472d9212937d653dba
parent  8cbe4f105b649760f35df6087cfb8bdbc8a075d1
twetter / README
100644 22 lines (17 sloc) 0.928 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
= 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.