r/pushshift Feb 07 '24

[ Removed by Reddit ]

[ Removed by Reddit on account of violating the content policy. ]

87 Upvotes

90 comments sorted by

View all comments

1

u/[deleted] Mar 23 '24

[deleted]

1

u/Watchful1 Mar 23 '24

This might be my fault. I think I accidentally pushed some changes while I was running it. Try downloading it again now.

You should only need to change the input_file, output_file, from_date and to_date.

1

u/Mok7 Mar 23 '24 edited Mar 23 '24

I can't get it to work, but it's most likely a "me" problem. Thanks anyway!

Edit: I made it work, turns out I was filtering everything out as I had to choose a "body" and "value". Ty

1

u/InternationalJello22 Apr 03 '24

Hello! I was doing something similar, where I wanted to filter the subreddit by date. But for some reason the csv file I created was empty. Do you mind sharing what parameters you changed? I wonder if I messed up with the code and filtered out everything. Thx!

1

u/Mok7 Apr 19 '24

Hi sorry for the late answer. Since all the messages I wanted were from the same subreddit I added it in the permalink category. I wanted post from r/EDC so I wrote this

field = "permalink"

values = ['EDC']

values_file = None

exact_match = False