- Created by Curtis Li
- A scraper for www.reddit.com, which downloads posts, images and gifs for offline viewing.
- Written in Go.
- Uses Reddit API, Gfycat API
- Clone the repository into your $GOPATH/src directory
- Run 'go get golang.org/x/net/http'
- Run 'go install'
- Run 'reddit-scraper' to generate a conf.json template
- Fill out template and run 'reddit-scraper' again
- Scrapes given subreddits for links
- Supports reddit features such as: searching, post limiting, time limiting, subcategorizing (hot, new, top)
- Automatically downloads the content into an output directory
- Current supported post types: Gfycat links, Imgur links, static files (.png, .jpg, etc)
- Concurrent downloading
- Scheduled running
- Keep store of last item downloaded (i.e. Get all posts up to some other post)
- Self.Reddit posts