Uses PRAW, so need to set up configuration according to the docs
-
Lists all subscribed subs via
$ red subs ls
-
And declaratively manages Multireddits (custom feeds):
- Generate existing custom feeds YAML:
$ red multis genconf wrote /Users/george/.config/red.yaml
- Generate existing custom feeds YAML:
-
Edit YAML
-
Apply updates:
$ red multis apply
With this command the YAML file is the source of truth:
-
If a multireddit doesn't exist, create it and add subs declared under it
- subscribe to subs too
-
If a multireddit exists online but not in the file, delete it
- member subs stay subscribed
-
If a multireddit exists, update it with subs declared under in the file
-
2025 George Kontridze