twint
twint copied to clipboard
CRITICAL:root:twint.feed:Follow:IndexError when running .Followers script
Hi all,
I'm getting the above error when I run this script:
import twint
c = twint.Config()
c.Username = "twitter"
twint.run.Followers(c)
Edit - it also does it for the .Following
script
I'm getting this error all the way around.
Update: After removing my version of twint
and installing directly from the git repo, some functionality has returned.
It might help to install directly from source.