An open API service indexing awesome lists of open source software.

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

reddit

Last synced: 10 days ago
JSON representation

A Python script to unsave (delete) all saved posts from your reddit account.

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.