twitter=twython.core.setup()
search_results=twitter.searchTwitter(topic,rpp="100",page="1")
w=twython.core.setup()
In the current Search I can get tweets by subject, now how can get
tweets based on
UserId
Thanks
If you just want to retrieve tweets from a specific UserID, you should
look elsewhere - searchTwitter is for Twitter's Search API. Try
looking in the user APIs.
- Ryan