1
0
Fork 0
mirror of synced 2024-06-30 20:10:52 +12:00
bulk-downloader-for-reddit/README.md

57 lines
3.1 KiB
Markdown
Raw Normal View History

2018-07-10 07:58:11 +12:00
# Bulk Downloader for Reddit
This program downloads imgur, gfycat and direct image and video links of saved posts from a reddit account. It is written in Python 3.
2018-07-12 08:23:55 +12:00
**PLEASE** post any issue you have with the script to [Issues](https://github.com/aliparlakci/bulk-downloader-for-reddit/issues) tab. Since I don't have any testers or contributers I need your feedback.
2018-07-10 07:58:11 +12:00
2018-07-12 10:16:11 +12:00
## What can it do?
2018-07-10 11:27:44 +12:00
### It...
- can get posts from: frontpage, subreddits, multireddits, redditor's submissions, upvoted and saved posts; search results or just plain reddit links
2018-07-10 23:03:40 +12:00
- sorts posts by hot, top, new and so on
2018-07-10 11:55:45 +12:00
- downloads imgur albums, gfycat links, [self posts](#i-cant-open-the-self-posts) and any link to a direct image
2018-07-10 11:27:44 +12:00
- skips the existing ones
- puts post titles to file's name
- puts every post to its subreddit's folder
2018-07-10 23:03:40 +12:00
- saves a reusable copy of posts' details that are found so that they can be re-downloaded again
2018-07-10 11:27:44 +12:00
- logs failed ones in a file to so that you can try to download them later
2018-07-10 11:38:28 +12:00
- can be run with double-clicking on Windows (but I don't recommend it)
2018-07-10 11:27:44 +12:00
2018-07-12 11:01:29 +12:00
## [Download the latest release](https://github.com/aliparlakci/bulk-downloader-for-reddit/releases/latest)
2018-07-10 11:00:55 +12:00
## Setting up the script
2018-07-10 07:58:11 +12:00
Because this is not a commercial app, you need to create an imgur developer app in order API to work.
### Creating an imgur app
* Go to https://api.imgur.com/oauth2/addclient
* Enter a name into the **Application Name** field.
* Pick **Anonymous usage without user authorization** as an **Authorization type**\*
* Enter your email into the Email field.
* Correct CHAPTCHA
* Click **submit** button
It should redirect to a page which shows your **imgur_client_id** and **imgur_client_secret**
2018-07-12 08:23:55 +12:00
\* Select **OAuth 2 authorization without a callback URL** first then select **Anonymous usage without user authorization** if it says *Authorization callback URL: required*
2018-07-10 07:58:11 +12:00
2018-07-12 10:39:58 +12:00
## Running the script
2018-07-10 07:58:11 +12:00
2018-07-12 10:59:35 +12:00
For **Windows** users, there is an *EXE* file to run easily.
**Linux** and **MacOS** users have to install Python 3 and run it from the *source code* through terminal.
2018-07-12 10:39:58 +12:00
2018-07-12 10:59:35 +12:00
To get further information about that and **using command-line arguments to run the script**, see **[`python script.py --help`](docs/help_page.md)**
2018-07-10 07:58:11 +12:00
## FAQ
2018-07-10 22:33:26 +12:00
### I can't open the self post files.
2018-07-12 08:23:55 +12:00
- 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 [here](https://chrome.google.com/webstore/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk) for viewing Markdown files with its styling. Install it and open the files with Chrome.
2018-07-10 11:27:44 +12:00
2018-07-10 07:58:11 +12:00
## Changelog
2018-07-12 11:07:02 +12:00
### [11/07/2018](https://github.com/aliparlakci/bulk-downloader-for-reddit/tree/a28a7776ab826dea2a8d93873a94cd46db3a339b)
2018-07-12 07:33:10 +12:00
- Improvements on UX and UI
- Added logging errors to CONSOLE_LOG.txt
- Using current directory if directory has not been given yet.
2018-07-12 08:23:55 +12:00
2018-07-10 12:13:39 +12:00
### [10/07/2018](https://github.com/aliparlakci/bulk-downloader-for-reddit/tree/ffe3839aee6dc1a552d95154d817aefc2b66af81)
2018-07-10 10:58:42 +12:00
- Added support for *self* post
2018-07-10 23:03:40 +12:00
- Now getting posts is quicker