Skip to content

python

python – twitter

#instalar python – twitter http://code.google.com/p/python-twitter/downloads/list import twitter import re api      = twitter.Api(username, password) #1. actualizar el estado  api.PostUpdate(‘Tweet desde python ;)’) # #2.… Read More »python – twitter