Sending out twitter retweets with Python -


I wanted to know that it is possible - I want to use Python so that every tweet sent to each person Can change If so, how can I apply it?

Unfortunately, not yet supports Twitter

You have to make that call yourself directly (using a direct call on the API_ofTech URL) or implementing the patch to add support.

You are better with using;

Quick and dirty examples:

  import tweepy auth = tweepy, read an easy  retitude (ID)  method for redo. BasicAuthHandler ("user name", "password") api = tweepy.API (auth): api.retweet (status.id)   

This will be retired from the someuser

EDIT: Twitter no longer accepts BasicAuth authentication, and you have to use it to receive authorization token OAuth authentication By changing the above example to use Exchange OAuth, I will have to withdraw from the retweet API point Was trying, see for a detailed tutorial.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -