Twitter Library

130 views
Skip to first unread message

Max

unread,
Nov 10, 2011, 5:38:59 AM11/10/11
to google-a...@googlegroups.com
Hi,
I want to develop a Twitter client in Appengine and I have seen that there are many libraries developed.
Which is the best? Feedback? (Please advice where I can find the documentation of the library).
I'm for twython, but I can't find documentation on how to use it in Appengine.

Thanks

Max

Bart Thate

unread,
Nov 10, 2011, 5:42:28 AM11/10/11
to google-a...@googlegroups.com
I am using tweepy, see http://code.google.com/p/tweepy/
It is clean code, like it a lot ;]

Bart Thate

programming schizofrenic - "till freedom come!"





Max

--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/VoKFCnRMhBYJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.

Max

unread,
Nov 10, 2011, 6:20:49 AM11/10/11
to google-a...@googlegroups.com
Thanks.
And I have to import it in appengine?
How does it work?
I suppose that I have to add in my project some files to have the library.

Max

unread,
Nov 10, 2011, 8:51:24 AM11/10/11
to google-a...@googlegroups.com
I have test it on coderbuddy.com and it's giving me this error:

<type 'exceptions.ImportError'>: No module named http.client 
      args = ('No module named http.client',) 
      message = 'No module named http.client'

I have downloaded the zip. Then uploaded the Tweepy directory in Coderbuddy. And tried this code:

import tweepy

no_auth_api = tweepy.API()

public_timeline = no_auth_api.public_timeline()
print 'Public timeline...'
print public_timeline


Am I forgetting something?

Adrian Scott

unread,
Nov 10, 2011, 8:56:43 AM11/10/11
to google-a...@googlegroups.com
If you want to make the app on CoderBuddy public (Project Settings) and post the project url, we can take a look at the code there. Or you could add me as a developer ( username: adrian ), and I'll see if I can spot the error/debug.

Thanks! Cool stuff -- this might be the first tweepy on CoderBuddy,
-A


--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/GwwWGwHfVfsJ.

To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.



--
Adrian Scott, Ph.D.
CEO, Founder
CoderBuddy
http://www.coderbuddy.com/ <-- Create a Google App Engine app in a minute without installing anything


Matt Jibson

unread,
Nov 10, 2011, 12:34:44 PM11/10/11
to google-a...@googlegroups.com
I'm using the python oauth library with a small twitter wrapper:
https://github.com/mjibson/journalr/blob/master/oauth.py
https://github.com/mjibson/journalr/blob/master/twitter.py
Works great, no problems.
Reply all
Reply to author
Forward
0 new messages