Comment Delete is a web tool for deleting your Reddit comments. It was made using Angular 9, Node, and Express. It interacts with Reddit's API after authenticating via OAuth.
- Deletes Reddit comments without using your password.
- Can filter comments to delete by subreddit, karma score, or by the date.
- Shows queued comments to be deleted and deleted comments.
- Shows the count of queued, deleted, and skipped comments.
- Amount of comments you can delete is not limited.
First, create a ./set-secrets.sh script based on ./set-secrets.sh.sample.
Second, create environment.prod.ts following environment.ts.sample.
Change the base href in the package.json build-prod script if needed.
Run ./build-image.sh to build an image based on ubi8/nodejs-minimal.
Create a container using the built image.