-
Pushshift has recently undergone a change where the max page length was decreased from 1000 to 100 meaning our application will make more requests to achieve our result.
The Twitter link below is th…
-
Hey! How does PushShift comply to [GDPR](https://gdpr-info.eu/)? If I want data removed from PushShift's database, who should I contact?
-
To better plan and have an overview of the tasks still open to implementing the Pushshift Reddit benchmark I ask you to go through the following functions with regard to the Pushshift Reddit benchmark…
-
/u/stuck_in_the_matrix has built a dataset of public comments which is searchable via an API. In addition to the current comment search methodology, you should add pulling comments from his database. …
dmarx updated
6 years ago
-
Reddit site 에서는 이전의 데이터를 가져올 수 없다.
대신 pushshift 를 이용하면 이를 이용할 수 있다.
- https://github.com/pushshift/api
- https://github.com/pushshift/reddit_sse_stream
- http://files.pushshift.io/reddit/comme…
lovit updated
5 years 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.
…
-
Hello!
I created a replacement service for PushShift functionality that's now restricted. See https://pullpush.io/ for details. Overall it will aim to be compatible to Dec-2022 version of PushShift…
-
File "/home/ubuntu/.local/lib/python3.7/site-packages/prawcore/sessions.py", line 266, in _request_with_retries
raise self.STATUS_EXCEPTIONS[response.status_code](response)
prawcore.exceptions.S…
mohrt updated
2 years ago
-
I am using the Reddit API (Pushshift) : https://github.com/pushshift/api
Using the documentation, I understand how I can use this to extract every comment containing the word "covid" that was left …
-
#comment_id is list of string
comments_arr = pushshift_api.search_comments(ids = comment_ids)
output Error: INFO:pmaw.PushshiftAPIBase:Total:: Success Rate: 87.50% - Requests: 16 - Batches: 4 - It…