CoderFromHell
Power Member
- Mar 19, 2019
- 727
- 341
For a modern bot to have any chance of avoiding detection, it needs to be written using Puppeteer or Playwright and use evasion libraries. You'll need to handle browser fingerprinting with a service such as Multilogin and you'll need to simulate realistic human behavior. All of this is a huge endeavor, but doable if you're willing to put in the time. Learn in this order:
1) JavaScript
2) Node.js
3) Puppeteer
If you need to hide the fact that you're a bot, then you'll need to continue with:
4) Evasion libraries, such as puppeteer-extra-plugin-stealth
5) Human behavior libraries, such as ghost-cursor
If you need to appear as though you are many different users, then also learn about:
6) Browser fingerprinting
How well would these perform against sneaker sites?