Script uses python3. You might need to change pip -> pip3 and python -> python3 commands as such.
- pip install -r requirements.txt
- Replace values in praw-example.ini with your API information
- Rename praw-example.ini to praw.ini
- Edit the constants on the top of mass-unbanner.py to specify dates and subreddit
- Run the script: python mass-unbanner.py (Note: Don't worry. This will NOT affect any users yet.)
- You'll see all the users print out that are within the range you specified, to be unbanned
- If this is correct, un-comment (remove #) on line 25 to enable ban removal behavior
- Re-run the script: python mass-unbanner.py
- Congrats. You've just unbanned thousands of users.