Skip to content

Instantly share code, notes, and snippets.

View noeatnosleep's full-sized avatar

Isaac Rockett noeatnosleep

View GitHub Profile

Keybase proof

I hereby claim:

  • I am noeatnosleep on github.
  • I am isaacrockett (https://keybase.io/isaacrockett) on keybase.
  • I have a public key ASCPg03kuoVDrXH7b0U4aJvn9xP3OtfVg_F7_zlAvdE1BAo

To claim this, I am signing this object:

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
import praw
import json
import yaml
import os
import re
from collections import deque
import time
#Globals