yellowmoon1
Newbie
- Oct 19, 2023
- 2
- 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?
It is best to post a Hire a Freelancer thread as there are many talented devs and coders around here who can help.Hi, I am looking for bots that can respond to reddit user posts
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.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.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?
whatever you can do with API you should do with APII'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.
Right, API is much faster than using a browserwhatever you can do with API you should do with API
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.Right, API is much faster than using a browser
and quicker to get that account lockedRight, API is much faster than using a browser
Depending on the type of API. Praw? No.and quicker to get that account locked
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.
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 aboutand quicker to get that account locked