danielpronych / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

Bug on GetSearch #204

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The search language is 'en' default, so if you do not specify you will not have 
all the tweets, since in twitterApi lang is optional, it's better to keep it 
optional!

What steps will reproduce the problem?
1. api.GetSearch(term='#tnTweeple')

What is the expected output? What do you see instead?

i'm expecting to get all tweets

What version of the product are you using? On what operating system?

python-twitter-0.8.2 on Ubuntu

Original issue reported on code.google.com by salexand...@gmail.com on 9 Aug 2011 at 3:46

Attachments:

GoogleCodeExporter commented 8 years ago
This must have changed in Twitter's API recently since I did not have this 
problem before. I agree that it should default to `None`.

Original comment by m...@jacobian.se on 7 Feb 2012 at 11:05

GoogleCodeExporter commented 8 years ago
It appears to be a default in the parameters not in Twitter's API.

  def GetSearch(self,
                ...
                lang="en", ...

Original comment by BenW...@gmail.com on 16 Feb 2012 at 9:45