문제

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.

도움이 되었습니까?

해결책

Check the official docs here:

http://packages.python.org/tweepy

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top