X-Git-Url: https://code.communitydata.science/cdsc_reddit.git/blobdiff_plain/e6294b5b90135a5163441c8dc62252dd6a188412..55b75ea6fcf421e95f4fe6b180dcec6e64676619:/dumps/check_comments_shas.py diff --git a/dumps/check_comments_shas.py b/dumps/check_comments_shas.py index 199261c..e59a7b8 100755 --- a/dumps/check_comments_shas.py +++ b/dumps/check_comments_shas.py @@ -6,9 +6,9 @@ from os import path import hashlib shasums1 = requests.get("https://files.pushshift.io/reddit/comments/sha256sum.txt").text -shasums2 = requests.get("https://files.pushshift.io/reddit/comments/daily/sha256sum.txt").text +#shasums2 = requests.get("https://files.pushshift.io/reddit/comments/daily/sha256sum.txt").text -shasums = shasums1 + shasums2 +shasums = shasums1 dumpdir = "/gscratch/comdata/raw_data/reddit_dumps/comments" for l in shasums.strip().split('\n'):