https://github.com/humzakh/reddit-unsave
A Python script to unsave (delete) all saved posts from your reddit account.
https://github.com/humzakh/reddit-unsave
Last synced: 10 days ago
JSON representation
A Python script to unsave (delete) all saved posts from your reddit account.
- Host: GitHub
- URL: https://github.com/humzakh/reddit-unsave
- Owner: humzakh
- Created: 2022-07-26T02:38:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T22:44:47.000Z (over 3 years ago)
- Last Synced: 2023-03-10T00:46:28.820Z (over 3 years ago)
- Topics: reddit
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reddit unsave
A Python script to unsave (delete) all saved posts from your reddit account.
There is an option to write all links to a text file before deleting. Useful to save post links locally and search/sort through them.
Prerequisites: Python must be installed on your system. This script was written and tested in an environment with Python 3.10.4 installed.
## How to Use:
First, make sure you are signed in to the correct reddit account in your default browser.
Run the script with the following commands:
```console
pip install praw
```
```console
python unsave.py
```
Then, follow the instructions provided by the script.