-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config file(s) #23
Comments
What you want to have in user settings ? |
Also, should we store some cookie instead ? |
some/all of the inputs that can be configured by user (like username, limit, etc)
storing cookie is a good idea |
Other than storing cookie/session |
What do you think about this @rajat19 @rajatgoyal715? |
Yeah, sure. It looks like a good idea to me. But just one quick question - what's the expiration time of a cookie in general (like from hackerrank side)? Or there is no expiration time, like will the same cookie (which we'll save once) work every time till eternity? |
|
@rishabhsingh971 You mean 2 weeks in case of |
I meant 2 weeks, if |
@rishabhsingh971 Can you please create a separate issue out of this? IMO we should have this discussion on the new issue, because this issue will be closed by #32 |
A config file can be made to store different stuff like:
Also, metadata about each file downloaded can be stored in the same/different config.
The text was updated successfully, but these errors were encountered: