t3h2mas / gopapers

Download wallpapers from reddit using Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gopapers

Download wallpapers from Reddit using Go. Save images from a subreddit to a folder named after the image posters.

usage

import the Reddit api wrapper

Gopaper uses the Geddit Go wrapper for the Reddit API. You can get the library by running

go get github.com/jzelinskie/geddit

build it

go build wallpapers.go

run it

./wallpapers

optional flag

set the subreddit

./wallpapers -s=earthporn

s: subreddit

./wallpapers -a=100

a: amount

future features?

  • implement go routines [ ]
  • handle different sorting options [ ]

About

Download wallpapers from reddit using Go


Languages

Language:Go 100.0%