automated warm hole
Registered Member
- Aug 19, 2020
- 62
- 17
What are your thoughts on WebDriver? I know you will shit on me for using vanilla, what can I do to make it stronger? Any Selenium alternatives that are worth noting?
Because any site can detect vanilla selenium, so if they want to very easy to ban youI'm using Selenium too and haven't had any problems so far but I'm not doing anything crazy. What's supposed to be wrong with it?
I'm using gecko, do you think my home IP is fucked now for using vanilla on ig?What driver you using? You'll want to load it into a hex editor and search and replace $cdc_ to $XXX_ (where X is any letter). Lots of sites look for this as it is injected into the webpage and can be detected by javascript. I would imagine IF are doing this and marking you down for it, even if they don't block / ban outright..
unlikely. Not ideal but in all honesty small time botting might not count against the IP even if detected, the account may be marked, but that alone will probably not be an issue. Loads of people will probably write simple selenium bots to to simple tasks for themselves. Unless you were spamming / pushing things far, it will be ok (maybe)I'm using gecko, do you think my home IP is fucked now for using vanilla on ig?
Thanks!
What driver you using? You'll want to load it into a hex editor and search and replace $cdc_ to $XXX_ (where X is any letter). Lots of sites look for this as it is injected into the webpage and can be detected by javascript. I would imagine IF are doing this and marking you down for it, even if they don't block / ban outright..
The hex editing process could be very well scripted right?I also recommend recompiling it with different values each time you launch your program. Static CDC can also be problematic. You can never be too safe either![]()
yes, but is literally a 5 second job every month or so when a new chromedriver comes outThe hex editing process could be very well scripted right?
yes, jarvee and other "cool" bots are not detected and no ban and you can manage +10000 accs without problemsBecause any site can detect vanilla selenium, so if they want to very easy to ban you
That did the work! Thanks man.What driver you using? You'll want to load it into a hex editor and search and replace $cdc_ to $XXX_ (where X is any letter). Lots of sites look for this as it is injected into the webpage and can be detected by javascript. I would imagine IF are doing this and marking you down for it, even if they don't block / ban outright..
Would you consider 200 actions a day in 4-5h crazy? ThanksPuppeteer would be better than Selenium but if you arent doing anything crazy you should be fine.
I could jump right away knowing Java or should I try to learn some JS before starting? I learned java but also did some python bots as the syntax is pretty much the sameMove to puppeteer + puppeteer extra
Pick up some Node.js, it's not that hard if you know other languages. Google is always there even the PRO's use it.I could jump right away knowing Java or should I try to learn some JS before starting? I learned java but also did some python bots as the syntax is pretty much the same
Defenitely not crazy, perfectly normalWould you consider 200 actions a day in 4-5h crazy? Thanks