Dear BHW members,
I am a newbie interested in creating reddit bots with puppeteer.js.
At this moment I have a functioning reddit upvote and reddit registration bot with couple problems
For both bots I have implemented:
So every Reddit account I create will be registered on 1 domain (i.e. ***@example.com).
I have 2 questions:
1: Will the accounts be banned because they are all registered on the same domain?
My gut feeling says Reddit will detect that a specifiek domain users are all upvoting one post which will trigger their bot detection system.
Am I right with this assumption? Does anybody have tips in regards to creating multiple accounts (up to 1000).
2: Like I explained, each session of my bot has a different IP. But when I start with registering the accounts, after 3 to 5 registrations.
Reddit warns me that Ihave registered too much accounts in a short time, and that I need to take rest for x ammount of minutes.
How can they detect it? Is it because it is registered using the same domain?
Any help is welcome,
Thanks in advance.
Speedy
I am a newbie interested in creating reddit bots with puppeteer.js.
At this moment I have a functioning reddit upvote and reddit registration bot with couple problems
For both bots I have implemented:
- Random User Agent
- Random Resolution
- Random user input delays
- Different IP for each session with use of Zyte proxy manager
- puppeteer-extra-plugin-stealth to hide the use of headless chromium of puppeteer.
So every Reddit account I create will be registered on 1 domain (i.e. ***@example.com).
I have 2 questions:
1: Will the accounts be banned because they are all registered on the same domain?
My gut feeling says Reddit will detect that a specifiek domain users are all upvoting one post which will trigger their bot detection system.
Am I right with this assumption? Does anybody have tips in regards to creating multiple accounts (up to 1000).
2: Like I explained, each session of my bot has a different IP. But when I start with registering the accounts, after 3 to 5 registrations.
Reddit warns me that Ihave registered too much accounts in a short time, and that I need to take rest for x ammount of minutes.
How can they detect it? Is it because it is registered using the same domain?
Any help is welcome,
Thanks in advance.
Speedy