我可以在 Twitter 上获取友谊日期吗?
有没有办法在 Twitter 上获取我的朋友和关注者建立友谊的日期?
特别是对于 python-twitter....
is there a way to get the date of friendship creation for both my friends and followers in twitter?
especially for python-twitter....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Twitter 不会保留好友关系或关注的创建日期,也不会在 API 中返回该日期。今后,您可以每天查询朋友/id 和关注者/id,并在数据库中记录与当前日期的任何新关系。
Twitter doesn't preserve the date a friendship or follow is created, and it doesn't return it in the API. Going forward you can query friends/ids and followers/id every day and record any new relationships with the current date in a database.