Reddit Automating

XCX13

Regular Member
Joined
Mar 23, 2015
Messages
302
Reaction score
65
Hello everyone

Wondering how do you automate posting or commenting on reddit which software is commonly used, nothing complicated just add several posts and quit.

anyone here with experience
 
Reddit has a codebase that gets updated very frequently.
That’s why people who know it very well and have quick analytical skills are usually the ones who can succeed.
Even if you develop a perfect tool, it might not work tomorrow.

This means you have to change the scenario every time.
 

Reddit’s strict with automation, but you can safely schedule posts using tools like Later for Reddit, SocialRise, or custom Reddit API scripts. Keep it natural to avoid bans.
 
If use automation your account will get ban soon. I think you need to consider.
 
I run a custom Selenium bot on a VPS to post in small subs, mimicking human typing to dodge Reddit’s algo sniffs
 
We have code our own iOS automation but not with appium cuz that shi is detected. It works fine so far, we ve done web in the past, that s long gone
 
We have code our own iOS automation but not with appium cuz that shi is detected. It works fine so far, we ve done web in the past, that s long gone
Interested
 
automating reddit is tricky now. simple scripts get caught fast by spam filters. if you test it: keep actions small – like one post or comment per account per day, use real behaviour, upvote/downvote manually also. rotate ip and avoid same text pattern. The best still is manual with semi-automation (scheduling tool) rather than full bot.
 
Hello everyone

Wondering how do you automate posting or commenting on reddit which software is commonly used, nothing complicated just add several posts and quit.

anyone here with experience
I will try this but in result my all accounts got banned but now i manage them on my own with my methods so i can grow them easily so I suggest you to avoid automation.
 
You can use tools like Selenium or Puppeteer for automating Reddit posts or comments. Both support simulating browser interactions, allowing you to automate posting with ease, while maintaining a natural flow.
 
Back
Top