Results 72 comments of libertysoft3

I'm pretty clueless about Docker but it sounds like a good idea. Pull requests accepted.

Yeah, praw support could be added somewhat easily. I think there's a 1000 posts per sub limit though https://www.reddit.com/r/redditdev/comments/8zhcmr/how_to_crawl_more_than_1000_posts_through_reddit/ Pushshift may have data for subs that went private but weren't...

Yeah I was full of it and tried to fix it with an edit. They might have some private sub data in one scenario only. Anyway what about the 1000...

I'm into it, pull requests accepted. Everyone that wants this please give this issue a thumbs up.

I'm pretty busy with SaidIt lately.. I don't have this scheduled to be done currently.

Yep, PRAW talks about it in their changelog for version 6.0.0: > Removed: Subreddit.submissions as the API endpoint backing the method is no more. See https://www.reddit.com/r/changelog/comments/7tus5f/update_to_search_api/. https://praw.readthedocs.io/en/latest/package_info/change_log.html So I guess...

There's a debug mode that you can turn on in dev. They explicitly say don't turn on in production because it can leak sensitive information. I'd much prefer that all...

It's pure insanity implementing something like this and turning it on in production. Basically every framework disables stack traces in production. At the very least it is swimming upstream. If...

Thanks dude. Yeah the search use case and archives don't seem like they mix, but why not. There are some js on-page search libraries that could maybe help. All of...

Did you run this stuff? $ git clone https://github.com/chid/snudown $ cd snudown $ sudo python setup.py install Maybe try changing that last line to 'sudo python3 setup.py install'