Replies: 1 comment 3 replies
-
https://adw0rd.github.io/instagrapi/usage-guide/interactions.html |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to maintain one login instance instead of login in multiple times for each request.
I have written a script to upload photos, but the issue is every request I have to log in again to upload a new photo.
If someone guides me on how to keep one client instance and use it multiple time .
Here is the code:
@adw0rd How to maintain cl(client) object throughout the running application?
Beta Was this translation helpful? Give feedback.
All reactions