This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BAD_WORDS = ['jap', 'chink', 'shill', 'asshole', 'cunt', 'fuck', 'idiot', 'retard', 'twat', 'douche', 'cringe', 'jerk', 'boner', 'puna', 'sperm', 'jews', 'gay', 'pedophile', 'pedant', 'stupid', 'cuck', 'whore', 'retard', 'fedora', 'good sir', 'cakeday', 'tree fiddy', 'stupid', 'wank', 'wanc', 'hooker', 'testicl', 'rape', 'rapist', 'penis', 'gangbang', 'slut', 'apefrican', 'ape', 'fuck', 'mod', 'moderator', 'nigga', 'nigger', 'bitch', 'shit', 'cunt', 'dick', 'fag', 'trans', 'dyke', 'kyke', 'kike', 'nig', 'faggot', 'brave', 'fuck you', 'kill', 'ass', 'asshole', 'arse', 'scum', 'stormfront', 'vagina', 'homo'] | |
def run(workbookname, usernamecolletter=None, subreddit=None, badwords=[], notifyme=False, runbackgroundcheck=True, | |
useragent=None, username=None, password=None): | |
""" | |
Main instance | |
The user that is OAuthed or LoginAuthed must be an approved contributor to the sub to post apps | |
and must be an approved submitter to the sub. Just making it a mod won't work. | |
:param usernamecolletter |