@tfraley @yariplus In my case I have a new and not very active forum, so I don't visit it daily. If a spammer registers and posts something a notification would be fine.
API call for all posts with timestamp
-
Hello,
How can we fetch all the posts using timestamp.
For eg.:- get all the posts which was posted yesterday. -
Make a request to https://community.nodebb.org/api/recent/posts/day
-
This will give me the complete day posts and I'm looking for something like get all the posts from 9:00 AM to 12:00 PM.