views:

211

answers:

1

Hi everybody

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.

greetings,

Andy

+1  A: 

Check the official docs here:

http://joshthecoder.github.com/tweepy/docs/index.html

Pablo Fernandez
yeah, thanks...but this doesn't seem to be complete - i can't find anything about tweepy.stream etc...
andy
Yep the Tweepy docs aren't that great, but for most cases the lib itself is pretty fine, you'll most likely have to figure out the stuff yourself. I know it sounds a bit stupid, but while figuring out the stuff you could actually write some documentation for it and give it back to the project afterwards. I had to implement xAuth by myself and now it's in the lib, that way I not only helped me, but I also helped others that will use the lib in the future.
Ivo Wetzel
k, thank you, at least I know now, that it isn't worth googling ;-). I'll find a solution.
andy