JustAnotherArchivist / snscrape

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

How to find user names? #959

Closed rbrooks95 closed 1 year ago

rbrooks95 commented 1 year ago

@JustAnotherArchivist is there a way to find twitter users based on a query on what is in their bio?

JustAnotherArchivist commented 1 year ago

In theory, yes, the user search should match in the bio I believe. In practice, the user search is currently broken due to recent changes on Twitter's side, and I haven't had time to reimplement it yet. Cf. #895