[BangPypers] [Inpycon] Fwd: [PyCon-Organizers] PyCon Twitter Bot
Maxin B John
maxin_john at yahoo.co.uk
Tue Jun 30 15:10:17 CEST 2009
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 <dewitt at google.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/bangpypers/attachments/20090630/62bb7aff/attachment.htm>
More information about the BangPypers
mailing list