-
Newbie here, Is it possible to get submissions of subreddit by filter of score? For example i want to get submission in ```All Time``` filter which have started with 5000 score to 10000 score
-
We need to pass in `rate_limit_per_minute=2500` to the PRAW instance we create so we don't hit rate limiting.
-
I just finished downloading the first 1000 after taking so long to get it all setup. (im a completely useless when it comes to stuff like this) anyway i went to run it again because i have a shit ton …
un1ya updated
5 years ago
-
Hi,
I tried to download and generate reddit dataset and followed "Setup and Generation" in readme.md.
When I run "python scripts/reddit.py generate --small",
I got error from this lines.
https:…
-
This "_Approximating Interactive Human Evaluation with Self-Play for Open-Domain Dialog Systems_" is a very encouraging work in the field of open-domain dialog system. I'm very happy to try your metri…
-
When runing `make`, the following wget command encounters 404 not found error.
```
wget https://files.pushshift.io/reddit/submissions/RS_2015-01.bz2 -O reddit/RS_2015-01.bz2 -o logs/RS_2015-01.bz2…
-
The structure of a Telegram message can get complex when there is media attached to the message. In the meantime, to start enabling searches, a basic Elasticsearch mapping should be created that store…
-
A public API endpoint that allows researchers to search channels / messages is crucial for this project.
-
`min_id` doesn't seem to work at all. Instead use `since_id`. It works together with `max_id` as well.
-
**Bug description**
**Short**: It seems that `python download_reddit_qalist.py -A` is not saving any data on the hard drive.
**Long**:
After executing `python download_reddit_qalist.py -Q` it see…