Python-Twitter API's function, GetSearch, returns fewer results for a wider radius
up vote
0
down vote
favorite
When I use GetSearch with the GeoCode, searching in a 1 mile radius returns the most results. This:
results = api.GetSearch(term = "treat", geocode = ("37.781157", "-122.398720", "1mi"), max_id = 1061378028763316224, count = 20)
returns 18 tweets, while this:
results = api.GetSearch(term = "treat", geocode = ("37.781157", "-122.398720", "5mi"), max_id = 1061378028763316224, count = 20)
returns zero.
Is there anything I'm doing wrong here?
twitter python-3.6 python-twitter
add a comment |
up vote
0
down vote
favorite
When I use GetSearch with the GeoCode, searching in a 1 mile radius returns the most results. This:
results = api.GetSearch(term = "treat", geocode = ("37.781157", "-122.398720", "1mi"), max_id = 1061378028763316224, count = 20)
returns 18 tweets, while this:
results = api.GetSearch(term = "treat", geocode = ("37.781157", "-122.398720", "5mi"), max_id = 1061378028763316224, count = 20)
returns zero.
Is there anything I'm doing wrong here?
twitter python-3.6 python-twitter
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
When I use GetSearch with the GeoCode, searching in a 1 mile radius returns the most results. This:
results = api.GetSearch(term = "treat", geocode = ("37.781157", "-122.398720", "1mi"), max_id = 1061378028763316224, count = 20)
returns 18 tweets, while this:
results = api.GetSearch(term = "treat", geocode = ("37.781157", "-122.398720", "5mi"), max_id = 1061378028763316224, count = 20)
returns zero.
Is there anything I'm doing wrong here?
twitter python-3.6 python-twitter
When I use GetSearch with the GeoCode, searching in a 1 mile radius returns the most results. This:
results = api.GetSearch(term = "treat", geocode = ("37.781157", "-122.398720", "1mi"), max_id = 1061378028763316224, count = 20)
returns 18 tweets, while this:
results = api.GetSearch(term = "treat", geocode = ("37.781157", "-122.398720", "5mi"), max_id = 1061378028763316224, count = 20)
returns zero.
Is there anything I'm doing wrong here?
twitter python-3.6 python-twitter
twitter python-3.6 python-twitter
asked Nov 10 at 22:28
Alex Lee
11
11
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53244053%2fpython-twitter-apis-function-getsearch-returns-fewer-results-for-a-wider-radi%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown