zabsonzabson
Newbie
- Apr 14, 2025
- 13
- 5
Hey everyone,
I'm currently working on a Reddit bot using Playwright and wanted to share what I’ve built so far, as well as ask for some insights from others who might have gone down this path.
Everything works great when running a single instance of the bot.
I'm currently working on a Reddit bot using Playwright and wanted to share what I’ve built so far, as well as ask for some insights from others who might have gone down this path.
What the bot does:
- Creates an email account
- Registers a Reddit account
- Verifies the Reddit account using the email code (so it has a verified email)
- Sets up an avatar and a short bio
- Account warming:
- First, the bot browses Reddit’s front page for about 1.5 hours
- Then it posts a comment in a small subreddit
- Over the course of the day, it adds 2 more comments, spaced out by about 2 hours each
→ So in total, the bot stays active for about 6 hours and posts 3 comments on day 1
- In the following days, it continues the same behavior but increases the number of comments gradually
- It also sends a few private messages per day to avoid triggering the new chat restriction
- Optional: it can also make posts, not just comments
Everything works great when running a single instance of the bot.
What I'm wondering:
- Once I scale up to multiple accounts, what problems am I likely to encounter?
- I guess I'll need an antidetect browser or something similar so that Reddit won't be able to link all the accounts together and I don't get mass banned. Do you guys recommend any, or you have a way to handle this?
- I have my own 4G proxy farm. Is it safe to run more than one bot per SIM card/IP (rotating IPs), or should it strictly be one bot per SIM?
- Has anyone here successfully scaled Reddit bots like this? Any tips, insights, or mistakes to avoid?
If anyone has any questions, I’m also happy to answer them(?)