From aa67daaa4a77ea8a121f2863502ccbe545ab1e3d Mon Sep 17 00:00:00 2001 From: teddit Date: Wed, 30 Dec 2020 18:27:21 +0100 Subject: [PATCH] add info that reddit oauth is not needed to host an instance --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19c2f06..6aeee72 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Inspired by the [Nitter](https://github.com/zedeus/nitter) project. * Prevents Reddit from tracking your IP or JavaScript fingerprint * [Unofficial API](https://codeberg.org/teddit/teddit/wiki#teddit-api) (no rate limits or Reddit account required) * Lightweight (teddit frontpage: ~30 HTTP requests with ~270 KB of data downloaded vs. Reddit frontpage: ~190 requests with ~24 MB) +* Self-hostable. Anyone can setup an instance. An instance can either use Reddit's API with or without OAuth (so Reddit API key is not necessarily needed). Join the teddit discussion room on Matrix: [#teddit:matrix.org](https://matrix.to/#/#teddit:matrix.org)