Ereddicator v3.1: A Python-based Reddit Content Removal Tool

Posted by LolwhatYesme@reddit | Python | View on Reddit | 18 comments

What My Project Does:

Ereddicator is a Python script that allows you to selectively delete or edit your Reddit content. Key features include:

Ereddicator also has an added measure against the original content being read. The content replacement process (with either random text or an advertisement) occurs three times immediately before the final edit or deletion.

Comparison:

Shreddit is the main alternative and it has various forms:

  1. https://shreddit.com/ - a website that requires payment.
  2. https://github.com/andrewbanchich/shreddit - An open-source Rust implementation.
  3. The original Shreddit - A Python project that was abandoned in 2017: https://github.com/x89/Shreddit

When it came to deleting my own Reddit history, I was not particularly taken with any of the above options. I definitely did not want to pay, nor did I really want to use something quite outdated (2017 is somehow seven years ago). The rust solution is definitely good and updated and feature-rich, but it is a... Rust solution. And I'm more familiar with Python. Nothing against Rust I just don't know it well at all.

In my opinion, I think one of the advantages of Ereddicator is that while it may not have as many features, it is more user-friendly. There is even an option for Windows users who do not have Python installed to just run an EXE and follow a few instructions.

Target Audience:

Ereddicator is just designed for Reddit users who want to clean up their post history in a hopefully simple and straightforward manner.

Please feel free to give this a try and give recommendations for improvement / features to add :)

https://github.com/Jelly-Pudding/ereddicator/