-
`/reddit/subreddit/search`
https://pushshift.io/api-parameters/
dmarx updated
6 years ago
-
Both
`r.search({ query: "site:amazon.com", time: "week", sort: "new" }).fetchAll()`
and
`r.search({ query: "site:amazon.com", time: "month", sort: "new" }).fetchAll()`
return 244-245 results
Ho…
-
I've been trying to run this code:
```
api = psaw.PushshiftAPI()
thread_list = list(api.search_submissions(after=1501682599,
subreddit='dota2',
…
-
If I were to directly query the api like so:
https://api.pushshift.io/reddit/search/comment/?author=MCiLuZiionz&subreddit=Paragon&aggs=subreddit&size=0
```json
{
"aggs": {
"subred…
-
Hello,
I'm interested in running the Phrase_Matcher.py example. The documentation specifies : "The example expects a .bz2 file from the Reddit corpus, and a patterns file, formatted in jsonl as a s…
ghost updated
6 years ago
-
Edit: i didnt hit submit.. Doing it with an edit..(Probably overzealous keybinding)
So, i want to get all comments of a bot. But it stops at 1000 comments of `reddit.new` regardless of the limit. I…
-
1. Add argument to `__init__` to pass a `praw.Reddit` object
2. psaw downloads IDs and passes to praw using an [async queue](http://asyncio.readthedocs.io/en/latest/producer_consumer.html)
3. praw …
dmarx updated
6 years ago
-
https://www.reddit.com/r/pushshift/comments/8cdbiw/new_version_of_pushshift_api_is_entering_beta_for/
Simplest solution is probably to just move base_url from being a class attribute to an __init__…
dmarx updated
6 years ago
-
We tried to save a spam user's post history, linked it to moderators, they deleted the posts, and snew saved nothing.
/user/whatever/overview does not save anything. They were able to spam, harass…
-
e.g.
`http://stream.pushshift.io/?subreddit=news&data_keys=name,title,url,body,created_utc,author`
which would do something like:
```python
data = comment['json']
if 'data_keys' in params:
…