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.66k stars 2.72k forks source link

Follows and followers extraction (with the twitter login feature) #15

Closed DonaldTsang closed 6 years ago

DonaldTsang commented 6 years ago

all we need to do is to get a list of "data-user-id" in the "ProfileCard" class,
after finding a way to scroll to the bottom to capture all follows/followers.

Related issue regarding logins: https://github.com/haccer/tweep/issues/14

haccer commented 6 years ago

Added ability to scrape followers, follows, and likes in the latest update