Skip to content

twitter

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