process a batch of subreddits, subscribing to each of them
- run
git clone https://github.com/lfender6445/reddit-batch-subscribe
- run
cp .env.example .env
- edit
.env
to include credentials - edit
list.txt
to include the subreddits you want to subscribe to - install deps and run the script, see below
pip3 install -r requirements.txt
python3 batch-subscribe.py