I\'m using the following code to obtain reddit search results with PRAW 4.4.0:
params = {\'sort\':\'new\', \'time_filter\':\'year\'} return reddit.subreddit(
The functionality that you want is available via the submissions function of a subreddit. You need only provide it with a start and end timestamp:
submissions
http://praw.readthedocs.io/en/latest/code_overview/models/subreddit.html#praw.models.Subreddit.submissions