instauto
instauto copied to clipboard
Add randomizations to timings
Presumably, instagram already has a signal that detects when interactions with the platform are coming from puppeteer.
It would be advantageous to introduce randomization to timed events. Right now all of these events trigger and the same interval. It would be easy for someone at instagram and observe that the interactions from a given account are interacting with the platform on the same interval over time.
Adding a few degrees of freedom should be enough to trick any easy detection on intervals.
There is already randomization of all sleep
calls. Or which events are you talking about?