twitter / twurl

OAuth-enabled curl for the Twitter API
https://developer.twitter.com
MIT License
1.8k stars 301 forks source link

how to specify geocode in twurl #37

Closed gsthakur closed 7 years ago

gsthakur commented 11 years ago

I have search query with geocode. How to specify it in the twurl ?

Is following the right way ?

twurl "/1.1/search/tweets.json?q=UCLAAthletics OR uclafootball&geocode=34.161389,-118.1675,5mi"

andypiper commented 7 years ago

Yes, that should work - that's more of an Twitter API query syntax question than an issue with twurl though.