From c8df6caaf46b7ef4e733c63794462d63926db468 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 25 Aug 2023 16:11:30 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Installation.md b/Installation.md index 836d481..ea29bcc 100644 --- a/Installation.md +++ b/Installation.md @@ -3,16 +3,16 @@ ## Installing the CLI #### Note > The cli is cross-platform and in order to use it, you will need to have Python installed on your system -### Install rom [PyPI](https://pypi.org/project/reddit-post-scraping-tool) +### Install from [PyPI](https://pypi.org/project/reddit-post-scraping-tool) ``` pip install reddit-post-scraping-tool ``` -### Install the dev version from [GitHub](https://github.com/bellingcat/reddit-post-scraping-tool) +### Install the dev version from [Dev branch](https://github.com/bellingcat/reddit-post-scraping-tool/tree/dev) #### Note > The dev version might be unstable ``` -pip install git+https://github.com/bellingcat/reddit-post-scraping-tool +pip install git+https://github.com/bellingcat/reddit-post-scraping-tool.git@dev ``` ### Usage @@ -27,7 +27,9 @@ rpst --keyword [keyword] --subreddit [subreddit name (without 'r/')] | -l/--listing | LISTING | [controversial, hot, best, new, rising] | listing: controversial, hot, best, new, rising (default: top) | | -c/--limit | NUMBER | 1-100 | results limit (default: 10)| | -t/--timeframe| TIMEFRAME | [hour, day, week, month, year] | timeframe: hour, day, week, month, year (default: all) | -| -j/--json | | | Specify to log found posts to a json file | +| --json | | | Specify to write found posts to a json file | +| --csv | | | Specify to write found posts to a csv file | + ## Setting up the GUI #### Note