• 0 Posts
  • 1 Comment
Joined 1Y ago
cake
Cake day: Jun 09, 2023

help-circle
rss

Teddit provides unofficial API (proxy) for rss but it relies on reddit API.

teddit config.js file

use_reddit_oauth: process.env.USE_REDDIT_OAUTH === ‘true’ || false, // If false, teddit uses Reddit’s public API. If true, you need to have your own Reddit app ID (enter the app ID to the “reddit_app_id” config key).