Add extra-top-period for Reddit
- Dominant language
- Go
- Stars
- 37.1k
- Forks
- 1.5k
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 1
Description
### Description
Right now, Reddit lets you filter top by hour, day, week, month, year, all time.
If we want to filter by top in last 3 days, we can do something like:
1. fetch top in past week
2. filter out posts older than 3 days.
Currently, I'm using the `week` filter and just manually scanning through the list to see what's been updated within a desired time period.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Reddit integration and its handling of top-period filters. Check how Reddit's weekly results expose post timestamps, then verify that filtering to three days excludes older posts while preserving the existing periods. Done means a configurable three-day period works reliably and is covered by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100