-
For people who use percentage of disk space used to quickly determine ES watermark levels, it would be very helpful to put the percentage of space used / remaining next to the appropriate fields.
F…
-
Description
Pushshift site (https://search.pushshift.io/) causes Brave to lock up, becoming completely unresponsive and requiring termination via task manager. Waterfox and Vivaldi have no issues.
…
-
[https://api.pushshift.io/reddit/submission/search/?subreddit=askreddit&size=500&sort=asc&after1315271853](url)
This API request should display any posts made after the epoch 1315271853 (unless I a…
-
Is it possible to get the list of posts within a year?
Currently, I am iterating through the comments and checking if the created date is within a year, then include. Is there a better way of doing?
…
-
**What I'm trying to do:** get submission details (specifically created_utc) for [this submission](https://www.reddit.com/r/australia/comments/4luo9o/a_melbourne_cafe_has_seemingly_outwankered_the/).
…
-
[Bug]
This works fine (`/comment`):
https://api.pushshift.io/reddit/search/comment?subreddit=dataisbeautiful&fields=body
While returns "Internal Server Error" (`/submission`):
https://api.push…
-
Example: https://api.pushshift.io/reddit/search/submission?subreddit=oldpeoplefacebook&sort_type=created_utc&after=1d&sort=desc
-
Hi, I was wondering if it's possible to search link posts by the url they link to? For example, [this post](https://www.reddit.com/r/aww/comments/5m1kat/my_kitten_fell_asleep_in_a_container_today_and_…
-
Maybe add an "unable to reach the api" warning after k failed GET requests.
max_attempts parameter.
dmarx updated
6 years ago
-
redditBot2 = praw.Reddit('bot2')
apiBot2 = psaw.PushshiftAPI(r=redditBot2)
submissions = apiBot2.search_submissions(limit=2, subreddit="bottesting", q='insert_term')
for su…