The script takes a subreddit name as input, reads all modmails from that subreddit, and identifies ban appeals, if any.
How to check if a modmail is a ban appeal?
- user who sends the message should be banned from the subreddit.
- it should NOT be a temporary ban (i.e., the mod mail subject doesn't contain the phrase "temporarily banned")
Output:
print the conversation ID of the ban appeals that are identified.