Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试从 twitter 中提取“转推级联”,即我想选择某条推文,然后提取其转推。我知道这个函数get_retweets(),但是这个函数只提取最近的转发,而我想要最早的转发。我也知道可以提取的转发数量是有限制的,所以很明显,我不能只提取所有转发,然后按它们的时间戳对它们进行排序。有没有办法做到这一点?
get_retweets()
最终,我想应用一个霍金斯自激过程模型,因此必须先进行转发。