Open source Twitter clone (in Ruby/Python) [closed]

元气小坏坏 提交于 2020-01-01 03:14:06

问题


Is there any production ready open source twitter clones written in Ruby or Python ?

I am more interested in feature rich implementations, not just bare bones twitter like messages (e.g.: APIs, FBconnect, Notifications, etc)

Thanks !


回答1:


I know of twissandra which is an open source clone. Of course I doubt it meets your need of feature rich implementations.




回答2:


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 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.



回答3:


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

Also there is http://code.google.com/p/jaikuengine/ which is a microblogging platform for google app engine. This should serve as an example for python implementation.

Also look at http://www.typepad.com/go/motion/




回答4:


Found two relevant projects:

  • http://github.com/insoshi/insoshi
  • http://github.com/dmitryame/echowaves/wiki

Sadly both appear discontinued



来源:https://stackoverflow.com/questions/3758440/open-source-twitter-clone-in-ruby-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!