推文的确切位置

发布于 2024-11-06 15:42:43 字数 140 浏览 0 评论 0原文

我试图在应用程序中获取推文的位置,如果我可以获得推文的 IP,就会缩小其来源的位置。那么我想要的是有什么办法可以获取ip吗?或者建议我一个获得最佳精确位置的好方法。我一直在使用 Twitter 的 python 包装器,所以请不要说使用用户的位置或时区!提前谢谢:)

I was trying to get the location of a tweet in a app and it occurs if I can obtain the ip of the tweet , I'll be narrow down the location of its origin. So, what I want is there any way to get the ip? Or suggest me a good way to get its best precise location. I've been using python wrapper for twitter, so pls don't say use the user's location or time zone! Thanx in advance :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

抽个烟儿 2024-11-13 15:42:43

Twitter 不为用户或推文提供 IP。您可以检查推文对象以查看是否包含坐标地点参数。如果推文不包含这些内容,那么用户个人资料位置就是您能做的最好的事情。

您可以在推文对象上查看位置值的示例。

Twitter does not provide IPs for users or tweets. You can check tweet objects to see if the contain a coordinates, or place parameter. If a tweet does not contain those then the users profile location is the best you can do.

You can see examples of the location values on tweet objects.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文