shaikhsajid1111 / twitter-scraper-selenium

Python's package to scrap Twitter's front-end easily
https://pypi.org/project/twitter-scraper-selenium
MIT License
296 stars 46 forks source link

Is it possible to get a list of all the followers? #28

Open BarRozenman opened 1 year ago

BarRozenman commented 1 year ago

Hey, I was wondering if there is a way to scrape all the followers of a profile using the package, I could not figure it out Any help will be appreciated!

shaikhsajid1111 commented 1 year ago

There's no such feature with this package. You should consider using Twitter's API

BarRozenman commented 1 year ago

There's no such feature with this package. You should consider using Twitter's API

Thank you