Groups
Groups
Sign in
Groups
Groups
Twython Talk
Conversations
About
Send feedback
Help
Twitter search
53 views
Skip to first unread message
gmconklin
unread,
Apr 20, 2011, 3:31:52 AM
4/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twython Talk
I am trying to do a multi keyword search using Twython without
authentication... Can I use conditionals in the loop? like ---
for i in search1["results"] and search2["results"]:
print i["text"]
I actually want it in a file, but that is trivial presently. Thanks
Garot
Ryan McGrath
unread,
Apr 20, 2011, 3:34:40 AM
4/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twython Talk
Try...
for i in search1['results'] and i in search2['results']:
print i['text']
- Ryan
Reply all
Reply to author
Forward
0 new messages