How do I use this code below: import twitter twitter_search = twitter.Twitter(domain='api.twitter.com') trends = twitter_search.trends() [trend['name'] for trend in trends['trends']]
to change it to search only tweets in Brazil? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group: https://groups.google.com/forum/#!forum/twitter-development-talk
