【发布时间】:2012-01-06 17:37:06
【问题描述】:
如何在 Python 中进行以下调用?伪代码版本:
jsonTwitterResponse = twitter.get(up to max of 3
tweets within 3km of longitude: 7, latitude: 5)
print jsonTwitterResponse
看起来geocode API 是我需要的。我不知道如何实际编码。我将如何在实际代码中执行上述操作?
【问题讨论】:
标签: python json twitter geocode