From a60baeeb46f257ea1a640176451e99be7cdf07a7 Mon Sep 17 00:00:00 2001 From: "S. Denys" <90642859+sncelta@users.noreply.github.com> Date: Wed, 22 Mar 2023 02:53:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef71e5d..6b438f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Reddit Post Exporter ![Preview](https://s10.gifyu.com/images/Desktop-3-21-2023-11-33-59-PM.gif) +### Unfortunately, 100 posts is the maximum because of how Reddit works. https://www.reddit.com/dev/api#GET_top see limit property + Fetch and export the JSON data of Reddit posts and their comments if needed, from specified subreddit and specific category (top, controversial, hot or rising) up to a certain limit, which is specified by the user, too, without using additional API wrappers, OAuth2, and many other third-party libraries/packages/etc. Note that it will export only those posts that fit the category. For example, I managed to export 100 posts and ~4,565 comments respectively from Hot category in AskReddit.