praw-dev / praw

PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API.

Home Page:http://praw.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding date filter

franciskasara opened this issue · comments

Describe the solution you'd like

Searching the "hottest" posts in a subreddit is very straightforward.
hot_posts = reddit.subreddit('MachineLearning').hot(limit=10)
I would like to be able to do this with an additional date filter, to be able to see trends in selected subreddits.

Describe alternatives you've considered

No response

Additional context

No response

This is not supported by Reddit's API on the hot endpoint.

This issue is stale because it has been open for 30 days with no activity.

Remove the Stale label or comment or this will be closed in 30 days.

This issue was closed because it has been stale for 30 days with no activity.