JustAnotherArchivist / snscrape

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

Find twitter user by ID #222

Closed Arendelle12 closed 3 years ago

Arendelle12 commented 3 years ago

Is it possible to find twitter user not by his username (with @) but by his ID? If so how can I do it?

JustAnotherArchivist commented 3 years ago

Not with snscrape currently, but should be fairly simple to add. In the meantime, you can open https://twitter.com/i/user/ID in a browser to get the profile page.