forked from MarseyWorld/MarseyWorld
stop spam
parent
7cbe28a84f
commit
1bd7a7a81c
|
@ -42,6 +42,7 @@ def get_mentions(cache, queries, reddit_notifs_users=False):
|
|||
if not thing.get('permalink'):
|
||||
continue
|
||||
|
||||
if thing['subreddit_subscribers'] < 2: continue
|
||||
if thing['subreddit'] in {'IAmA', 'PokemonGoRaids', 'SubSimulatorGPT2', 'SubSimGPT2Interactive'}: continue
|
||||
if 'bot' in thing['author'].lower(): continue
|
||||
if 'AutoModerator' == thing['author']: continue
|
||||
|
|
Loading…
Reference in New Issue