ping / instagram_private_api_extensions

An extension module to https://github.com/ping/instagram_private_api
MIT License
124 stars 26 forks source link

Automatically persist/cache the auth cookie details. #20

Open fabiocaccamo opened 3 years ago

fabiocaccamo commented 3 years ago

Before submitting an issue make sure you have:


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?

lmn3x commented 3 years ago

there is an example here but im sure you've seen it ..

fabiocaccamo commented 3 years ago

@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.