Question

I just began working on a little twitter-app using tweepy.

is there any kind of useful (and complete) documentation for tweepy?

I googled like hell but didn't find anything.

Was it helpful?

Solution

Check the official docs here:

http://packages.python.org/tweepy

OTHER TIPS

Prior to work on the 2.0 branch of Tweepy, the documentation was supposed to be updated at http://tweepy.readthedocs.org/ however that did not happen as expected.

Presently, there is a closed issue on the Github repository for Tweepy clarifying the status of the project's documentation: as work on 2.0 progresses, documentation will be prepared for posting on the Tweepy Web site with the launch of the new version.

As the other answers mention, the version 1.4 documentation at http://packages.python.org/tweepy/html/ seems to be the most complete documentation available presently for Tweepy, despite the version at time of posting being 1.9.

If the above is insufficient, you may wish to investigate the Github repo for the old documentation that was removed at this commit. I cannot comment on the state nor quality of those doc files.

http://tweepy.readthedocs.org/en/v2.3.0/ It's the official documentation and is explained in a very simple language.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top