Does anyone know of an open source twitter clone? Preferably in PHP or Python. Not a client mind you, but the server guts of receiving IMs and doing something with them, enabling followers, public viewing, etc. I want to implement this on an intranet inside a corp network and obviously not display our tweets for public consumption, but only internal consumption. If this doesn't exist, what do you all think is the easiest way to create this? An instance of jabber or something else?
5 comments:
did you even try google???
anyways, minitwit powered by python/flask is awesome.
http://github.com/mitsuhiko/flask/tree/master/examples/minitwit/
just run it and then you can view it on localhost or on a private network
Checkout http://jisko.net/
Any luck finding one?
StatusNet / Identi.ca :)
twitter was written in ruby on rails... i wish to see an open source project similar to the real one on ruby on rails project.
Post a Comment