breuerfelix / jinsta

javascript + instagram + algorithms
MIT License
60 stars 13 forks source link

Properly randomize like button press #52

Open DrRek opened 4 years ago

DrRek commented 4 years ago

In this case for example i would suggest to give a probability of using one method (click heart) or the other (double tap) based on some value generated from the username (or the seed, if it does not change between two session of the same user). This way the same bot running on different user will behave differently, but still two bot running actions for the same username will always behave in similar ways (aka fuck classifiers).