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.85k stars 2.73k forks source link

how to get guest token ? #1193

Open sunboy123 opened 3 years ago

sunboy123 commented 3 years ago

i want to konw how long one guest token can be used ? i want to use twint scrapy more message, can you give me some advise

ahmetfbalaban commented 3 years ago

You can login twitter and can check it from your twitter cookies, there is an expiration time column there!

0ihsan commented 3 years ago

Here's how you can get a guest token. Don't know how long it lasts but I can use a single guest token for 180 requests only. You can also check out my relatively minimal twitter scraper here.