Replies: 1 comment 1 reply
-
@Jammy108 threading is the best to approach same I'm running multiple accounts whats i do is create class with all ig logic from login logic to to doing tasks then i run them on threads testes with 2k-3k accounts so far is fine and planning to use more |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, @adw0rd . Is it possible you could suggest a good method for running multiple accounts at once? I've obviously looked at threading/multiprocessing but I'm having trouble thinking of the best way to handle account tasks (following, posting etc). I don't feel like just a while loop for each account thread is a good idea.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions