问题: 请遵循 !
作者: topliftarm创建于 2021年2月7日更新于 2023年3月23日
现在我无法检索用户的关注者! 我在 Google Colab 中使用了以下代码: c = twint.Config() c.Username = "myName" c.Store_csv = False c.Following = True c.Output = c.Username + "_following.txt" c.Hide_output = True twint.run.Following(c) 但我只提供了以下内容:
内容来源: twintproject/twint