List of popular subreddits retrieved using Reddit’s popular subreddits API. Updated weekly.
To generate the list yourself, you’ll need a Reddit app client ID and secret, which you can get from https://reddit.com/prefs/apps.
REDDIT_CLIENT_ID
REDDIT_CLIENT_SECRET
pip install -r requirements.txt
REDDIT_CLIENT_ID
and REDDIT_CLIENT_SECRET
environment variablespython scripts/gen_popular.py
List of trending subreddits, sourced from gummysearch.com. Updated daily.
The GitHub Action “Update trending subreddits (gummysearch)” is configured to run twice a day, but you can also manually trigger it.
./scripts/gen_trending_gummy.sh <daily or weekly>
List of trending subreddits, sourced from reddstats.com. Updated daily.
The GitHub Action “Update trending subreddits (reddstats)” is configured to run twice a day, but you can also manually trigger it.
pip install -r requirements.txt
python scripts/gen_trending_reddstats.py <daily or weekly>
Original list of trending subreddits used by Apollo iOS app, extracted from trending-subreddits.plist
. Last updated 2023-09-09.