Twitter open source clone (in Ruby / Python)

Are there any ready-to-use open-tweeter clones written in Ruby or Python?

I'm more interested in realistic features, not just voice messages (e.g. API, FBconnect, Notifications, etc.)

Thanks!

+6
python ruby twitter
source share
4 answers

Two matching projects were found:

Unfortunately, both films are discontinued

0
source share

I know about twissandra, which is an open source clone. Of course, I doubt that this meets your needs for features rich in functionality.

+3
source share

http://github.com/rnielsen/twetter

From their readme:

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 RailsCamp, where it was first developed.

The current goal is to work with as many third-party twitter clients as possible. It is currently being tested using Twitterific, TwitterFox and Spaz on OSX.
+2
source share

The following open-source alternative for twitter: http://identi.ca/ is written using http://status.net/ software. It looks like it is written in PHP too.

There is also http://code.google.com/p/jaikuengine/ , which is the microblogging platform for the Google engine. This should serve as an example python implementation.

Also see http://www.typepad.com/go/motion/

+1
source share

All Articles