for display tweets : 
please check the admin page, there is web2py twitter tweets display in 
there, check the code in admin app. if you want something like that please 
take a look at this discussion :
https://groups.google.com/forum/?fromgroups=#!topic/web2py/rtUZeamzXp8

the different with the admin part is in admin part the query is using 
hashtag (#), and in the refered discussion the query without hashtag (#)
e.g. without hashtag (#)
page = urllib.urlopen("http://search.twitter.com/search.json?q=%s"; % 
TWITTER_HASH).read()

best regards

On Sunday, May 12, 2013 7:07:46 PM UTC+7, sasogeek wrote:
>
> I know this may not be the right place to ask this but i need help and 
> it's the first place that came to mind.
> I'm trying to build an app that will display tweets from selected 
> accounts. Problem here is that I don't know the first step and hence can't 
> continue... collecting the tweets.
> I looked up the twitter api and according to that, when i make a request, 
> i'll get a dataset in json format and i can deal with that like a normal 
> python hash table. I need help in how to collect the tweets and put them in 
> the web2py application database.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to