I'm currently developing a reddit custom API do you need chat and moderation endpoints

Houcinovic

Registered Member
Joined
Aug 7, 2014
Messages
85
Reaction score
32
Hey guys,
So I'm currently developing a dedicated reddit api and found that i can send and read chat messages to members (PMs), and interact with posts and comments (upvoting, creating, downvoting...etc) + large scale scraping all kinds of data like posts, comments, subreddits....etc


So I'm wondering if the chat and moderation will be useful?

Can I also get a list of suggestions on what endpoints are needed? cause I can implement ANYTHING you can think of

Also, the interaction endpoints need the cookies. Are you guys willing to use your account cookies? (a 24h cookie or 6 months auto refreshed one) But the scraping and fetching posts do not need any cookies


I'm also testing the cookies using datacenter proxies for now just to see if i could get banned, but so far i've been doing all kinds of liking, posting, commenting and upvoting on my private sub (playground) and so far no issues. accept that my PMs started going to "Additional requests" instead of the normal requests.

so far the api has been good for scraping (high limitation) but i still dont know about the interactions, whether it gets you shadowbanned or banned
 
The thing with using the API is that reddit can detect that. That being said; either make sure to code the API well so that reddit cannot detect it as well; or look into coding a real device script for it.
 
Seeking Claude API access / API creditsat highly competitive rates.

Our volume is extremely high: tens of thousands of daily requests, ~3 billion tokens per day.

We require a scalable, stable, enterprise-grade setupwith volume discounts, bulk credits, or long-term enterprise agreements.

Only serious, long-term suppliers please message me directly.
 
will they allow it? i think they discontinued their last PRAW api and they dont allow clade code extension to run on their website
 
will they allow it? i think they discontinued their last PRAW api and they dont allow clade code extension to run on their website
they stopped giving access to their api and it is nearly impossible to get it for free now, but we have our own way to use it

Btw, I'm also making this custom reddit API support scheduling for both posting and commenting.

so you choose to publish your post at anytime and you can make it auto delete after a certain time

and same thing with commenting, so for example you choose the post (URL or post ID) and write your comment, schedule it, and you can also make the comment get deleted automatically after a certain time.

do you guys need this feature? I can also expand it and make it for example "auto edit" post or comment too. please let me know if you need this feature
 
Back
Top