I've managed to print the timeline query to the console. Any suggestions
how I should proceed?
def twitter():
import twitter
CON_SEC_KEY = 'xxxxxx'
CON_SEC = 'xxxxxxx'
TOKEN = 'xxxxxxx'
TOKEN_KEY = 'xxxxxxxx'
my_auth = twitter.OAuth(TOKEN,TOKEN_KEY,CON_SEC,CON_SEC_KEY)
twit = twitter.Twitter(auth=my_auth)
t = twit.statuses.home_timeline()
print t
On Tuesday, October 7, 2014 1:48:51 PM UTC+10, Nate wrote:
>
> How do I embed my tweets when I create a page in web2py?
>
> Many Thanks
>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
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 [email protected].
For more options, visit https://groups.google.com/d/optout.