From 30f0fed6c3f6cead5c0352338d1c6bf371a38837 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 6 Mar 2020 11:35:19 -0800 Subject: [PATCH] Oops, get_submissions block on readme still said timesearch. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84211c7..bdb30c5 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Timesearch is a collection of utilities for archiving subreddits. ### This package consists of: - **get_submissions**: If you try to page through `/new` on a subreddit, you'll hit a limit at or before 1,000 posts. Timesearch uses the pushshift.io dataset to get information about very old posts, and then queries the reddit api to update their information. Previously, we used the `timestamp` cloudsearch query parameter on reddit's own API, but reddit has removed that feature and pushshift is now the only viable source for initial data. - `> timesearch.py timesearch -r subredditname ` - `> timesearch.py timesearch -u username ` + `> timesearch.py get_submissions -r subredditname ` + `> timesearch.py get_submissions -u username ` - **get_comments**: Similar to `get_submissions`, this tool queries pushshift for comment data and updates it from reddit. `> timesearch.py get_comments -r subredditname `