In case you decide you don't wanna use reddit anymore.
In your terminal:
git clone https://github.com/KyleGrande/reddit-saved-downloader.git
MAC:
virtualenv .venv && source .venv/bin/activate && pip install -r requirements.txt
WINDOWS:
virtualenv .venv && .venv\Scripts\activate && pip install -r requirements.txt
In your browser:
Get Your Reddit Client ID & Secret by creating a new app.
Paste the info in the .env file.
Run the script:
python3 main.py or python main.py