Reddit bot

yellowmoon1

Newbie
Joined
Oct 19, 2023
Messages
2
Reaction score
1
Hi, I am looking for bots that can respond to reddit user posts (containing some keywords) with my company suggestion. Where can I find this kind of service?
 
I doubt someone is selling a bot like that how to there haven't seen someone selling it yet but take a look at the marketplace or if you can't find it best would be to higher developer to make you a bot like this

find someone who understand the API properly and can generate a system which can check new post new comments of the top subreddits or list of your targeted subreddits and whenever that keyword appears somewhere the bot should trigger a webhook to your separate bot which handle the responding
 
Hi, I am looking for bots that can respond to reddit user posts (containing some keywords) with my company suggestion. Where can I find this kind of service?
This can be done using Python and Reddit's API, there are currently ways to search for specific keywords in certain subreddits, then from there create functions to do X, Y or Z . Note that you need to first register your account to enable that you can create an APP, then use your APP credentials in your script and you should be able to run this 24/7 depending on your script.
 
This is not really general, you can hire a freelancer to make a bot that works with your business
 
Hi, I am looking for bots that can respond to reddit user posts (containing some keywords) with my company suggestion. Where can I find this kind of service?
I'd go with a selenium bot for this instead of API. Selenium is pretty easy to use paired with chatGPT, so if you want to save some money I'd say try this combo. Otherwise hire a webscraper with selenium experience because it's pretty much the same as webscraping to get this task done.
 
I'd go with a selenium bot for this instead of API. Selenium is pretty easy to use paired with chatGPT, so if you want to save some money I'd say try this combo. Otherwise hire a webscraper with selenium experience because it's pretty much the same as webscraping to get this task done.
whatever you can do with API you should do with API
 
I agree, but wouldn't they categorize it as a bot answer? I thought that using selenium would make it pass as human. API is definitely the better option overall.
and quicker to get that account locked
understand the requirement that the person has he wants to know every time his specific keyword is used somewhere on reddit for that specific part API is the best way to go about

after that part is done he could have a trigger to a webbook or something else so that the next part can be initiated which is the response part responding to the comment or the post which can also be done through API as well or through a browser type interface bot like selenium
 
i think i have the exact bot you're speaking about.
you give keywords and sub.

I need reddit accounts though. Anyone know how I can create them myself in bulk?
 
Back
Top