HoverHell / RedditImageGrab

Downloads images from sub-reddits of reddit.com.
GNU General Public License v3.0
311 stars 78 forks source link

Add Dockerfile #83

Open sgreben opened 6 years ago

sgreben commented 6 years ago

Example usage:

$ docker build  -t redditdownload git@github.com:sgreben/RedditImageGrab.git#feature/dockerfile
$ docker run -it redditdownload
usage: redditdl.py [-h] [--multireddit] [--last l] [--score s] [--num n]
                   [--update] [--sfw] [--nsfw]
                   [--filename-format FILENAME_FORMAT] [--title-contain TEXT]
                   [--regex REGEX] [--verbose] [--skipAlbums]
                   [--mirror-gfycat] [--sort-type SORT_TYPE]
                   <subreddit> [<dest_file>]