Reddit-Removit is a script application to remove comments from Reddit accounts.
- Reddit account, API client_id and client_secret.
- Python3 installed.
- Docker (optional)
- Clone this repository;
- Edit
.example.envfile with your account data, choose the appropriate options and rename file to.env; - Pass
Trueas parameter tormvit()function insrc/main.py; - Execute command
make install_dependenciesto install dependencies; - Execute with
make execute_script.