popular.txt (link)
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.
- Set the following repository secrets (guide) to the values from previous step:
REDDIT_CLIENT_IDREDDIT_CLIENT_SECRET
- The GitHub Action "Update popular subreddits" is configured to run at 00:00 UTC on Sundays and Wednesdays, but you can also manually trigger it.
- Install Python 3
pip install -r requirements.txt- Set the
REDDIT_CLIENT_IDandREDDIT_CLIENT_SECRETenvironment variables python scripts/gen_popular.py
List of trending subreddits, sourced from gummysearch.com. Updated daily.
- Growth period: daily, weekly
- Size: large, huge, massive
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.
- Growth period: daily, weekly
- Subscribers: 10001-50000, 50001-100000, 100001-1000000
The GitHub Action "Update trending subreddits (reddstats)" is configured to run twice a day, but you can also manually trigger it.
- Install Python 3
pip install -r requirements.txtpython scripts/gen_trending_reddstats.py <daily or weekly>
trending-apollo.txt (link)
Original list of trending subreddits used by Apollo iOS app, extracted from trending-subreddits.plist. Last updated 2023-09-09.