mirror of
				https://github.com/KevinMidboe/bulk-downloader-for-reddit.git
				synced 2025-10-29 17:40:15 +00:00 
			
		
		
		
	Minor corrections
This commit is contained in:
		
							
								
								
									
										19
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								README.md
									
									
									
									
									
								
							| @@ -15,20 +15,19 @@ Downloads media from reddit posts. Made by [u/aliparlakci](https://reddit.com/u/ | |||||||
|  |  | ||||||
| ## Installation | ## Installation | ||||||
|  |  | ||||||
| You can use it either as a Python script or `bulk-downloader-for-reddit.exe` file. | You can use it either as a *Python script* or `bulk-downloader-for-reddit.exe` file. | ||||||
|  |  | ||||||
|  | ### Executables | ||||||
|  |  | ||||||
|  | For Windows and Linux, [download the latest release, here](https://github.com/aliparlakci/bulk-downloader-for-reddit/releases/latest). | ||||||
|  |  | ||||||
| ### Python script | ### Python script | ||||||
|  |  | ||||||
| * Download this repository ([latest zip](https://github.com/aliparlakci/bulk-downloader-for-reddit/archive/master.zip) or `git clone git@github.com:aliparlakci/bulk-downloader-for-reddit.git`). | * Download this repository ([latest zip](https://github.com/aliparlakci/bulk-downloader-for-reddit/archive/master.zip) or `git clone git@github.com:aliparlakci/bulk-downloader-for-reddit.git`). | ||||||
| * Enter its folder. | * Enter its folder. | ||||||
| * Run `python ./script.py` from the command-line (MacOSX or Linux command line; it may work with Anaconda prompt). | * Run `python ./script.py` from the command-line (Windows, MacOSX or Linux command line; it may work with Anaconda prompt) See [here](docs/INTERPRET_FROM_SOURCE.md#finding-the-correct-keyword-for-python) if you are having trouble. | ||||||
|  |  | ||||||
| It uses Python 3.6 and above. It won't work with Python 3.5 or any Python 2.x. If you have a trouble setting it up, see [here](docs/COMPILE_FROM_SOURCE.md). | It uses Python 3.6 and above. It won't work with Python 3.5 or any Python 2.x. If you have a trouble setting it up, see [here](docs/INTERPRET_FROM_SOURCE.md). | ||||||
|  |  | ||||||
|  |  | ||||||
| ### Executable |  | ||||||
|  |  | ||||||
| For Windows, [download the latest release](https://github.com/aliparlakci/bulk-downloader-for-reddit/releases/latest). |  | ||||||
|  |  | ||||||
|  |  | ||||||
| ### Setting up the script | ### Setting up the script | ||||||
| @@ -42,9 +41,9 @@ When you run it for the first time, it will automatically create `config.json` f | |||||||
|  |  | ||||||
| ## Running | ## Running | ||||||
|  |  | ||||||
| You can run it it an interactive mode, or using [command-line arguments](docs/COMMAND_LINE_ARGUMENTS.md) (also aviable via `python ./script.py --help` or `bulk-downloader-for-reddit.exe --help`). | You can run it it an interactive mode, or using [command-line arguments](docs/COMMAND_LINE_ARGUMENTS.md) (also available via `python ./script.py --help` or `bulk-downloader-for-reddit.exe --help`). | ||||||
|  |  | ||||||
| To run the interactive mode, simply use `python ./script.py` or `bulk-downloader-for-reddit.exe` without any commands | To run the interactive mode, simply use `python ./script.py` or double click on `bulk-downloader-for-reddit.exe` without any extra commands. | ||||||
|  |  | ||||||
| ### Example for an interactive script | ### Example for an interactive script | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| # Using command-line arguments | # Using command-line arguments | ||||||
|  |  | ||||||
| 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. | See **[compiling from source](INTERPRET_FROM_SOURCE.md)** page first unless you are using an executable file. If you are using an executable file, see [using terminal](INTERPRET_FROM_SOURCE.md#using-terminal) and come back. | ||||||
|  |  | ||||||
| ***Use*** `.\bulk-downloader-for-reddit.exe` ***or*** `./bulk-downloader-for-reddit` ***if you are using the executable***. | ***Use*** `.\bulk-downloader-for-reddit.exe` ***or*** `./bulk-downloader-for-reddit` ***if you are using the executable***. | ||||||
| ```console | ```console | ||||||
| @@ -98,4 +98,4 @@ python script.py --directory C:\\NEW_FOLDER\\ANOTHER_FOLDER --log UNNAMED_FOLDER | |||||||
|  |  | ||||||
| # FAQ | # FAQ | ||||||
| ## I can't startup the script no matter what. | ## I can't startup the script no matter what. | ||||||
| See **[finding the correct keyword for Python](COMPILE_FROM_SOURCE.md#finding-the-correct-keyword-for-python)** | See **[finding the correct keyword for Python](INTERPRET_FROM_SOURCE.md#finding-the-correct-keyword-for-python)** | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| # Compiling from source code | # Interpret from source code | ||||||
| ## Requirements | ## Requirements | ||||||
| ### Python 3 Interpreter | ### Python 3 Interpreter | ||||||
| - This program is designed to work best on **Python 3.6.5** and this version of Python 3 is suggested. See if it is already installed, [here](#finding-the-correct-keyword-for-python).   | - This program is designed to work best on **Python 3.6.5** and this version of Python 3 is suggested. See if it is already installed, [here](#finding-the-correct-keyword-for-python).   | ||||||
| @@ -6,11 +6,11 @@ | |||||||
| 
 | 
 | ||||||
| ## Using terminal | ## Using terminal | ||||||
| ### To open it... | ### To open it... | ||||||
| -  **On Windows**: Press **Shift+Right Click**, select **Open Powershell window here** or **Open Command Prompt window here** | -  **on Windows**: Press **Shift+Right Click**, select **Open Powershell window here** or **Open Command Prompt window here** | ||||||
|    |    | ||||||
| - **On Linux**: Right-click in a folder and select **Open Terminal** or press **Ctrl+Alt+T**. | - **on Linux**: Right-click in a folder and select **Open Terminal** or press **Ctrl+Alt+T**. | ||||||
|    |    | ||||||
| - **On MacOS**: Look for an app called **Terminal**. | - **on MacOS**: Look for an app called **Terminal**. | ||||||
|    |    | ||||||
| ### Navigating to the directory where script is downloaded | ### Navigating to the directory where script is downloaded | ||||||
| Go inside the folder where script.py is located. If you are not familiar with changing directories on command-prompt and terminal read *Changing Directories* in [this article](https://lifehacker.com/5633909/who-needs-a-mouse-learn-to-use-the-command-line-for-almost-anything) | Go inside the folder where script.py is located. If you are not familiar with changing directories on command-prompt and terminal read *Changing Directories* in [this article](https://lifehacker.com/5633909/who-needs-a-mouse-learn-to-use-the-command-line-for-almost-anything) | ||||||
		Reference in New Issue
	
	Block a user