views:

67

answers:

2

I am looking for an Python library which is compatible with app engine and provides an interface to the Twitter API.

I found the python-twitter project - has anyone has used it on app engine?

+1  A: 

Yes, you can use python-twitter on app engine (support was added when python-twitter issue 64 was resolved).

David Underhill
Thanks David Underhill, I am trying to use this library!!
Markandey Singh
A: 

I just switched from python-twitter to tweepy. It has better coverage, builtin OAuth and the Streaming API.

Take a look at this fork to work with App Engine.

ducu