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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sean0027 opened this issue · comments

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?