From 08de21a3649882b1ad4205af6e486d2be2708188 Mon Sep 17 00:00:00 2001 From: Ali Parlakci Date: Sun, 27 Jan 2019 16:32:43 +0300 Subject: [PATCH] Updated Python3 version --- docs/COMPILE_FROM_SOURCE.md | 6 +++--- docs/FAQ.md | 23 ----------------------- 2 files changed, 3 insertions(+), 26 deletions(-) delete mode 100644 docs/FAQ.md diff --git a/docs/COMPILE_FROM_SOURCE.md b/docs/COMPILE_FROM_SOURCE.md index 74f5c23..bb310f2 100644 --- a/docs/COMPILE_FROM_SOURCE.md +++ b/docs/COMPILE_FROM_SOURCE.md @@ -1,9 +1,9 @@ # Compiling from source code ## Requirements ### Python 3 Interpreter -Latest* version of **Python 3** is needed. See if it is already installed [here](#finding-the-correct-keyword-for-python). If not, download the matching release for your platform [here](https://www.python.org/downloads/) and install it. If you are a *Windows* user, selecting **Add Python 3 to PATH** option when installing the software is mandatory. - -\* *Use Python 3.6.5 if you encounter an issue* +- 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). +- If not, download the matching release for your platform [here](https://www.python.org/downloads/) and install it. If you are a *Windows* user, selecting **Add Python 3 to PATH** option when installing the software is mandatory. + ## Using terminal ### To open it... - **On Windows**: Press **Shift+Right Click**, select **Open Powershell window here** or **Open Command Prompt window here** diff --git a/docs/FAQ.md b/docs/FAQ.md deleted file mode 100644 index b669c23..0000000 --- a/docs/FAQ.md +++ /dev/null @@ -1,23 +0,0 @@ -# FAQ -## What do the dots resemble when getting posts? -- Each dot means that 100 posts are scanned. - -## Getting posts is taking too long. -- You can press Ctrl+C to interrupt it and start downloading. - -## How are filenames formatted? -- Self posts and images that are not belong to an album are formatted as **`[SUBMITTER NAME]_[POST TITLE]_[REDDIT ID]`**. - You can use *reddit id* to go to post's reddit page by going to link **reddit.com/[REDDIT ID]** - -- An image in an imgur album is formatted as **`[ITEM NUMBER]_[IMAGE TITLE]_[IMGUR ID]`** - Similarly, you can use *imgur id* to go to image's imgur page by going to link **imgur.com/[IMGUR ID]**. - -## How do I open self post files? -- Self posts are held at reddit as styled with markdown. So, the script downloads them as they are in order not to lose their stylings. - However, there is a [great Chrome extension](https://chrome.google.com/webstore/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk) for viewing Markdown files with its styling. Install it and open the files with [Chrome](https://www.google.com/intl/tr/chrome/). - - However, they are basically text files. You can also view them with any text editor such as Notepad on Windows, gedit on Linux or Text Editor on MacOS - -## How can I change my credentials? -- All of the user data is held in **config.json** file which is in a folder named "Bulk Downloader for Reddit" in your **Home** directory. You can edit - them, there. \ No newline at end of file