instagram_private_api_extensions
instagram_private_api_extensions copied to clipboard
Automatically persist/cache the auth cookie details.
Before submitting an issue make sure you have:
- [x] Updated to the lastest version v0.3.8
- [x] Read the README
- [x] Searched the bugtracker for similar issues including closed ones
Describe your Feature Request:
Could you add an extension to automatically persist/cache the auth cookie details to avoid logging in every time you make an api call?
there is an example here but im sure you've seen it ..
@lmn3x sure I saw it and I found it very useful, I ended up extending the client to automatically persist/cache the auth cookie details, I think this could be useful to everybody.