twintproject / twint

An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
MIT License
15.74k stars 2.72k forks source link

CRITICAL:root:twint.feed:Follow:IndexError when running .Followers script #1409

Open charliehawco opened 2 years ago

charliehawco commented 2 years ago

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)
charliehawco commented 2 years ago

Edit - it also does it for the .Following script

kivo360 commented 2 years ago

I'm getting this error all the way around.

kivo360 commented 2 years ago

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.