Repositories (1)
data-NSFW
5 snippets stored for this repo
with open(file_path, 'r', encoding='utf-8') as file:
data = json.load(file)
# Define a list of keywords that are often associated with NSFW content
nsfw_keywords = [
'nsfw', 'sex', 'porn', 'hentai', 'dick', 'penis', 'vagina', 'boobs', 'tits', 'nipple', 'naked', 'nude',
'fuck', 'fucking', 'bitch', 'shit', 'ass', 'anal', 'orgasm', 'erotic', 'sexual', 'blowjob', 'handjob',
'nsfw', 'sex', 'porn', 'hentai', 'dick', 'penis', 'vagina', 'boobs', 'tits', 'nipple', 'naked', 'nude',
'fuck', 'fucking', 'bitch', 'shit', 'ass', 'anal', 'orgasm', 'erotic', 'sexual', 'blowjob', 'handjob',
'masturbate', 'masturbation', 'cock', 'pussy', 'cum', 'jizz', 'sperm', 'bdsm', 'fetish', 'dominatrix',
'cuck', 'cuckold', 'bdsm', 'spank', 'spanking', 'bondage', 'femdom', 'choke', 'choking', 'slut', 'whore',
'prostitute', 'escort', 'stripper', 'strip', 'horny', 'aroused', 'seduce', 'seduction', 'foreplay', 'tease',
'teasing', 'flirt', 'flirting', 'moan', 'moaning', 'grope', 'groping', 'fondle', 'fondling', 'hardcore',
'softcore', 'erect', 'erection', 'dildo', 'vibrator', 'sextoy', 'sex toy', 'lube', 'lubricant', 'condom',
nsfw_keywords = [
'nsfw', 'sex', 'porn', 'hentai', 'dick', 'penis', 'vagina', 'boobs', 'tits', 'nipple', 'naked', 'nude',
'fuck', 'fucking', 'bitch', 'shit', 'ass', 'anal', 'orgasm', 'erotic', 'sexual', 'blowjob', 'handjob',
'masturbate', 'masturbation', 'cock', 'pussy', 'cum', 'jizz', 'sperm', 'bdsm', 'fetish', 'dominatrix',
'cuck', 'cuckold', 'bdsm', 'spank', 'spanking', 'bondage', 'femdom', 'choke', 'choking', 'slut', 'whore',
'prostitute', 'escort', 'stripper', 'strip', 'horny', 'aroused', 'seduce', 'seduction', 'foreplay', 'tease',
'teasing', 'flirt', 'flirting', 'moan', 'moaning', 'grope', 'groping', 'fondle', 'fondling', 'hardcore',
'kinky', 'kink', 'fetish', 'pervert', 'perverted', 'voyeur', 'exhibitionist', 'swinger', 'orgy', 'threesome',
'gangbang', 'mmf', 'mff', 'dp', 'double penetration', 'swallow', 'deepthroat', 'gag', 'gagging', 'rimjob',
'anilingus', 'cunnilingus', 'fellatio', 'squirting', 'golden shower', 'watersports', 'scat', 'pee', 'urine',
'defecate', 'defecation', 'coprophilia', 'necrophilia', 'bestiality', 'zoophilia', 'incest', 'taboo'
]
# Function to search for NSFW keywords in the new names of the emotes
'softcore', 'erect', 'erection', 'dildo', 'vibrator', 'sextoy', 'sex toy', 'lube', 'lubricant', 'condom',
'protection', 'safe sex', 'unsafe', 'risque', 'lewd', 'sensual', 'passionate', 'love making', 'make love',
'kinky', 'kink', 'fetish', 'pervert', 'perverted', 'voyeur', 'exhibitionist', 'swinger', 'orgy', 'threesome',
'gangbang', 'mmf', 'mff', 'dp', 'double penetration', 'swallow', 'deepthroat', 'gag', 'gagging', 'rimjob',
'anilingus', 'cunnilingus', 'fellatio', 'squirting', 'golden shower', 'watersports', 'scat', 'pee', 'urine',
'defecate', 'defecation', 'coprophilia', 'necrophilia', 'bestiality', 'zoophilia', 'incest', 'taboo'
]