diff --git a/README.md b/README.md index 5432b4b..6f491bb 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ This program downloads imgur, gfycat and direct image and video links of saved p ## How it works - For **Windows** and **Linux** users, there are executable files to run easily without installing a third party program. But if you are a paranoid like me, you can **[compile it from source code](docs/COMPILE_FROM_SOURCE.md)**. - - In Windows, double click on script.exe file - - In Linux, extract files to a folder and open terminal inside it. Type **`./script`** + - In Windows, double click on bulk-downloader-for-reddit file + - In Linux, extract files to a folder and open terminal inside it. Type **`./bulk-downloader-for-reddit`** - **MacOS** users have to **[compile it from source code](docs/COMPILE_FROM_SOURCE.md)**. -Script also accepts **command-line arguments**, get further information from **[`python script.py --help`](docs/COMMAND_LINE_ARGUMENTS.md)** +Script also accepts **command-line arguments**, get further information from **[`--help`](docs/COMMAND_LINE_ARGUMENTS.md)** ## Setting up the script Because this is not a commercial app, you need to create an imgur developer app in order API to work. diff --git a/docs/COMMAND_LINE_ARGUMENTS.md b/docs/COMMAND_LINE_ARGUMENTS.md index 0d4e0b9..cad4bdc 100644 --- a/docs/COMMAND_LINE_ARGUMENTS.md +++ b/docs/COMMAND_LINE_ARGUMENTS.md @@ -2,7 +2,7 @@ See **[compiling from source](COMPILE_FROM_SOURCE.md)** page first unless you are using an executable file. If you are using an executable file, see [using terminal](COMPILE_FROM_SOURCE.md#using-terminal) and come back. -***Use*** `.\script.exe` ***or*** `./script` ***if you are using the executable***. +***Use*** `.\bulk-downloader-for-reddit.exe` ***or*** `./bulk-downloader-for-reddit` ***if you are using the executable***. ```console $ python script.py --help usage: script.py [-h] [--directory DIRECTORY] [--link link] [--saved] @@ -50,7 +50,7 @@ python script.py ``` ```console -.\script.exe +.\bulk-downloader-for-reddit.exe ``` ```console @@ -58,11 +58,11 @@ python script.py ``` ```console -.\script.exe -- directory .\\NEW_FOLDER --search cats --sort new --time all --subreddit gifs pics --NoDownload +.\bulk-downloader-for-reddit.exe -- directory .\\NEW_FOLDER --search cats --sort new --time all --subreddit gifs pics --NoDownload ``` ```console -./script --directory .\\NEW_FOLDER\\ANOTHER_FOLDER --saved --limit 1000 +./bulk-downloader-for-reddit --directory .\\NEW_FOLDER\\ANOTHER_FOLDER --saved --limit 1000 ``` ```console