josephrcox / easy-reddit-downloader

Simple headless Reddit post downloader
MIT License
70 stars 9 forks source link

Download more than 100 posts per query #8

Closed josephrcox closed 1 year ago

josephrcox commented 1 year ago

Right now, Reddit API only returns a max of 100 posts. We can paginate this and then run it in a loop to keep going to the next page.

josephrcox commented 1 year ago

Working on this now!