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 `