twitter-api-client
twitter-api-client copied to clipboard
How to save cookies for later use
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?
To save: scraper.save_cookies("name of cookies file")
To use: scraper = Scraper(cookies="name of cookies file.cookies")