huanggab's picture
add processing code
b01d6d3
raw
history blame contribute delete
229 Bytes
import praw
from reddit_scraper import download_subreddit_posts
import accounts
reddit = accounts.get_agent()
subreddit = reddit.subreddit("haiku")
download_subreddit_posts(subreddit, mode='top', limit=20000, max_fails=20000)