Click here to Skip to main content
15,886,085 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
How to filter one specific word for entire subreddit using Api reddit snoowrap

What I have tried:

I Tried using without snoowrap
Posted
Updated 29-Mar-21 19:35pm
Comments
SeanChupas 29-Mar-21 11:45am    
What code do you have already?

1 solution

They have a help section for this topic: reddit.com: api documentation[^]
and a dedicated sub api - reddit.com[^]
 
Share this answer
 
Comments
Maciej Los 30-Mar-21 7:01am    
5ed!
Htc Saj 30-Mar-21 8:35am    
const newposts = await subreddit.getnew({time: 'month', limit: 10});

Is something like this ?
Nelek 30-Mar-21 9:54am    
again... the best place to get the information you need is in their help or their explicit subreddit
Htc Saj 30-Mar-21 14:10pm    
Thanks sir. I think solution that I write above is good.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900