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

[REQUEST] Search for profiles containing string in handle/bio/username #1432

Open michaelmoreno opened 1 year ago

michaelmoreno commented 1 year ago

I would like to be able to query for a list of profiles containing some string either in their handle or bio or username, as the native twitter GUI allows using the following url request: https://twitter.com/search?q=%22_SOME_STRING_%22&src=typed_query&f=user

This does not appear to be supported by Twint yet.

Proposed notation twint -p .eth --verified Collect verified profiles that contain ".eth" in their handle or bio or username.