-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
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")
I don't know why Pushshift didn't work.
Metadata
Metadata
Assignees
Labels
No labels