Hi ,
As we all know, using twitter with python-twitter is very simple: ############################################################### # The simplest python program to play with twitter using python-twitter # Google Code: http://code.google.com/p/python-twitter/ # Google Groups: http://groups.google.com/group/python-twitter # Python twitter API can be used to send and receive twitter messages # # Thanks to DeWitt Clinton <[email protected]> for this wonderful module # import twitter api = twitter.Api(username="my_twitter_username", password="my_secret_password", input_encoding=None) status = api.PostUpdate("example of the simplest twitter message program ") print status.text ########################################################### I am very much interested in the development of 'PyCon Twitter Bot'. So, Anand and others, please tell me how shall we co-ordinate it's development? Best Regards, Maxin B. John
_______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
