pushshift / api

Pushshift API
1.29k stars 107 forks source link

Pushshift isn't working? #148

Open dhkim-91 opened 1 year ago

dhkim-91 commented 1 year ago

Last week, I implemented Python code to collect subreddit data using Pushshift. At first, I could collect several subreddit data, but after a few hours, Pushshift didn't work, and the error showed.

from pmaw import PushshiftAPI subreddit_name='poor' api = PushshiftAPI() api_request_generator = api.search_submissions(subreddit=subreddit_name, score = ">=0")

JSONDecodeError: Expecting value: line 1 column 1 (char 0) I don't know why Pushshift didn't work.
farhadfarahanii commented 1 year ago

Have the same problem!

AldiNFitrah commented 1 year ago

Same here!

The response that I got was 301 with this content: 'Check back in the next few weeks for updates.\n\n- Pushshift team (May 19, 2023)\n'

gkennos commented 1 year ago

There's relevant info here - looks like they're going to be out of action for a bit:

jannat5134 commented 11 months ago

any update?