PROBLEM : FOLLOWING !
Author: topliftarmCreated Feb 7, 2021Updated Mar 23, 2023
now i cant retrieve Following of users!
i use this in 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)
but i give just these ->
CRITICAL:root:twint.feed:Follow:IndexError CRITICAL:root:twint.get:User:'NoneType' object is not subscriptable
for many account checked and results is same
Source: twintproject/twint