EpsilonMoves
Registered Member
- Feb 16, 2021
- 60
- 9
I need to run 10 different bots that connect to social media and post (using puppeteer)- at first each bot just post on pinterest an then I'll add more social networks.
I'm proficient at programing but kind of a noob at privacy and not being detected and stuff like that - so maybe I'm missing something.
Option 1 : running those bots from my local machine and using tools like multilogin and vpns to create the illusion of 10 different machines.
Option 2 : paying for 10 different virtual machines and on each of them using the local chrome with the 'userDataDir' option inside puppeteer so that I won't even have to login and the login with google will be used.
Thanks for any input and advice.
I'm proficient at programing but kind of a noob at privacy and not being detected and stuff like that - so maybe I'm missing something.
Option 1 : running those bots from my local machine and using tools like multilogin and vpns to create the illusion of 10 different machines.
Option 2 : paying for 10 different virtual machines and on each of them using the local chrome with the 'userDataDir' option inside puppeteer so that I won't even have to login and the login with google will be used.
Thanks for any input and advice.