Metatrons Cube
Regular Member
- Feb 9, 2019
- 244
- 117
First time posting in the programming section here - I'm running a python social automation script which can achieve multiple instances asynchronously if I use multiple terminals, but have been looking into a better way to do this.
Does anyone have any advice on whether subprocess.Popen() is a good option for this as it seems like it's the right way to go?
Each instance need to pass in variables for each of the social accounts (inc. proxy, username, pass etc) and I'm trying to figure out exactly how to use subprocess.Popen for this means, because it seems like the input should be coming from a separate csv per instance which seems weird.
Thanks in advance for any and all advice about this
Does anyone have any advice on whether subprocess.Popen() is a good option for this as it seems like it's the right way to go?
Each instance need to pass in variables for each of the social accounts (inc. proxy, username, pass etc) and I'm trying to figure out exactly how to use subprocess.Popen for this means, because it seems like the input should be coming from a separate csv per instance which seems weird.
Thanks in advance for any and all advice about this