Remove posts, comments, or both from the specified subreddit, or all of Reddit.
import praw
import json
You will need to enter your Reddit credentials into "credentials.json" file in the app folder. Get the info from your Reddit profile.
Open a terminal in the folder that contains the script, then enter this: python main.py
MIT license.