X-Git-Url: https://code.communitydata.science/cdsc_reddit.git/blobdiff_plain/9cd0954288512d002144d02c70b22869a6a4a271..HEAD:/pull_pushshift_comments.sh diff --git a/pull_pushshift_comments.sh b/pull_pushshift_comments.sh deleted file mode 100755 index 243e464..0000000 --- a/pull_pushshift_comments.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -user_agent='nathante teblunthuis ' -output_dir='/gscratch/comdata/raw_data/reddit_dumps/comments' -base_url='https://files.pushshift.io/reddit/comments/' - -wget -r --no-parent -A 'RC_20*.bz2' -U $user_agent -P $output_dir -nd -nc $base_url -wget -r --no-parent -A 'RC_20*.xz' -U $user_agent -P $output_dir -nd -nc $base_url -wget -r --no-parent -A 'RC_20*.zst' -U $user_agent -P $output_dir -nd -nc $base_url - -./check_comment_shas.py