JustAnotherArchivist / snscrape

A social networking service scraper in Python
GNU General Public License v3.0
4.39k stars 702 forks source link

List of following/followers for a particular Twitter Profile #200

Closed darrenlimweiyang closed 3 years ago

darrenlimweiyang commented 3 years ago

Summary Is there a way of getting a list of following/followers for a profile?

Why Would be nice to track certain profiles, especially public figures

Suggestion Using the current user object we have, would it be possible to extend the implementation?

Thank you for your work thus far.

JustAnotherArchivist commented 3 years ago

No, this is not possible because snscrape does not and will not support authentication.

103