This Python tool allows you to efficiently transfer joined subreddits from one account to another reddit account. It can also help if you want to get a list of subscribed subreddits or if you want to mass subscribe to list of subreddits.
- Install the required dependency:
pip install praw
- Get API keys for both the accounts from
https://www.reddit.com/prefs/apps
, Tutorial:https://www.jcchouinard.com/reddit-api/
- Add your obtained credentials at starting of
extract.py
andjoin.py
files. - Now run the
extract.py
file to fetch all the subscribed subreddits intosubs.txt
file. Sample file:samplesubs.txt
- Use
join.py
to subscribe to all the subreddits insubs.txt
file. - You can check
joinedlogs.txt
to check status logs.
This project is not affiliated with Reddit or its services. It's an independent tool created for educational and personal use.