1
0
Fork 0
mirror of synced 2024-06-29 03:21:19 +12:00
bulk-downloader-for-reddit/README.md

29 lines
1.5 KiB
Markdown
Raw Normal View History

2018-07-10 07:58:11 +12:00
# Bulk Downloader for Reddit
2018-07-27 04:33:47 +12:00
Downloads media from reddit posts.
## [Download the latest release](https://github.com/aliparlakci/bulk-downloader-for-reddit/releases/latest)
2018-07-10 07:58:11 +12:00
## What it can do
- Can get posts from: frontpage, subreddits, multireddits, redditor's submissions, upvoted and saved posts; search results or just plain reddit links
- Sorts posts by hot, top, new and so on
2018-07-24 23:16:46 +12:00
- Downloads **REDDIT** images and videos, **IMGUR** images and albums, **GFYCAT** links, **EROME** images and albums, **SELF POSTS** and any link to a **DIRECT IMAGE**
- Skips the existing ones
2018-07-24 23:16:46 +12:00
- Puts post title and OP's name in file's name
- Puts every post to its subreddit's folder
- Saves a reusable copy of posts' details that are found so that they can be re-downloaded again
- Logs failed ones in a file to so that you can try to download them later
2018-07-10 11:27:44 +12:00
2018-08-06 16:53:55 +12:00
## **[Compiling it from source code](docs/COMPILE_FROM_SOURCE.md)**
*\* MacOS users have to use this option.*
2018-07-27 04:36:50 +12:00
## Additional options
2018-07-27 05:03:25 +12:00
Script also accepts additional options via command-line arguments. Get further information from **[`--help`](docs/COMMAND_LINE_ARGUMENTS.md)**
2018-07-10 11:00:55 +12:00
## Setting up the script
2018-08-06 16:53:55 +12:00
You need to create an imgur developer app in order API to work. Go to https://api.imgur.com/oauth2/addclient and fill the form (It does not really matter how you fill it).
2018-07-25 22:48:02 +12:00
2018-08-06 16:53:55 +12:00
It should redirect you to a page where it shows your **imgur_client_id** and **imgur_client_secret**.
2018-07-25 08:41:02 +12:00
2018-08-06 16:53:55 +12:00
## [FAQ](docs/FAQ.md)
2018-07-12 08:23:55 +12:00
2018-08-06 16:53:55 +12:00
## [Changes on *master*](docs/CHANGELOG.md)