Python script to overwrite and delete personal comments on reddit.com.
Written after the forced profile format change (December, 2017).
- Python
- Poetry
-
Create a reddit app (Link)
-
Clone this repository
git clone https://github.com/vineetjohn/reddit-purge && cd reddit-purge
- Install dependencies
poetry install
-
Add reddit user and app credentials to the
config/credentials.json
file -
Run script using
poetry run comments_purge --credential-file-path config/credentials.json
- Profit?