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

[Question] How do I pull a list of usernames resulting from a twitter people search? #1400

Open sean0027 opened 2 years ago

sean0027 commented 2 years ago

Description of Issue

Hi, I'd like to pull a list of usernames that show up when I search a keyword in Twitter under "people"

Example: "Nintendo"

Output:

@user1 @user2 @user3 etc...

Is this something Twint can do?