Process a batch of subreddits, subscribing to each of them
- Python3
- Pip3
- Dependencies in requirements.txt
First, create authentification following this instructions.
Then, execute the following commands
git clone https://github.com/VoidlessSeven7/Reddit-Batch-Subscribe.git
cd ./Reddit-Batch-Subscribe
cp ./env.example .env
pip3 install -r requirements.txt
Edit .env
to include credentials
Edit list.txt
to include the subreddits you want to subscribe to
You can get your current subscribed subreddits here and use this tool to split the text
And run it
python3 ./main.py