mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-23 23:00:40 -04:00
Add a single_output flag
This commit is contained in:
parent
439ab0108e
commit
4e0d382bee
3 changed files with 27 additions and 7 deletions
|
@ -15,8 +15,14 @@ import json
|
|||
# the script will look for both comments and submissions files for each subreddit
|
||||
folder = r"\\MYCLOUDPR4100\Public\reddit\subreddits24"
|
||||
subreddits_string = """
|
||||
Truckers
|
||||
SIBO
|
||||
askcarsales
|
||||
Denton
|
||||
relationship_advice
|
||||
Dallas
|
||||
askdfw
|
||||
AskMen
|
||||
rolex
|
||||
lego
|
||||
"""
|
||||
ignored_users = {'[deleted]', 'automoderator'}
|
||||
# this is a list of users to ignore when doing the comparison. Most popular bots post in many subreddits and aren't the person you're looking for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue