twitter-api-client icon indicating copy to clipboard operation
twitter-api-client copied to clipboard

How to save cookies for later use

Open quangdai0805 opened this issue 10 months ago • 1 comments

I saved cookies after logging in to my account but then I can't use them. Is there any way I can save cookies and use them later without needing to log in to my account?

quangdai0805 avatar Apr 27 '24 09:04 quangdai0805

To save: scraper.save_cookies("name of cookies file") To use: scraper = Scraper(cookies="name of cookies file.cookies")

SakiSakiSakiSakiSaki avatar Apr 27 '24 13:04 SakiSakiSakiSakiSaki