Rishikant181 / Rettiwt-API

A CLI tool and an API for fetching data from Twitter for free!
https://rishikant181.github.io/Rettiwt-API/
MIT License
309 stars 31 forks source link

Is there any sense for how long the cookies last? #364

Closed nicholasg97 closed 10 months ago

nicholasg97 commented 10 months ago

This isn't really an issue more of a general question regarding how long the cookies are good for after using rettiwt-auth? Just would be helpful to know for engineering my project, are we talking an hour, day, month, longer?

Rishikant181 commented 10 months ago

When using rettiwt-auth, the cookies issued by Twitter have an expiry period of a year starting from the day the login was made.

nicholasg97 commented 10 months ago

Appreciate it!