3 user_agent='nathante teblunthuis <nathante@uw.edu>'
4 output_dir='/gscratch/comdata/raw_data/reddit_dumps/comments'
5 base_url='https://files.pushshift.io/reddit/comments/'
7 wget -r --no-parent -A 'RC_201*.bz2' -U $user_agent -P $output_dir -nd -nc $base_url
8 wget -r --no-parent -A 'RC_201*.xz' -U $user_agent -P $output_dir -nd -nc $base_url
9 wget -r --no-parent -A 'RC_201*.zst' -U $user_agent -P $output_dir -nd -nc $base_url
11 # starting in 2020 we use daily dumps not monthly dumps
12 wget -r --no-parent -A 'RC_202*.gz' -U $user_agent -P $output_dir -nd -nc $base_url/daily/
14 ./check_comments_shas.py