Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 677 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 677 Bytes

Reddit Purge

Python script to overwrite and delete personal comments on reddit.com.

Written after the forced profile format change (December, 2017).

Pre-requisites

Usage

  • 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?