A small single-binary CLI to grab images from Reddit - I've been surprised how much I enjoy seeing beautiful wallpapers when I lock/unlock my computer. grabbit automatically skips images tagged NSFW, designed to be easy to install/uninstall and is MIT licensed.
See my personal config.
scoop bucket add bbkane https://github.com/bbkane/scoop-bucket
scoop install bbkane/grabbit
- Download Mac/Linux/Windows executable: GitHub releases
- Go:
go install go.bbkane.com/grabbit/v4@latest
- Build with goreleaser after cloning:
goreleaser --snapshot --skip-publish --rm-dist
# Grab from passed flags
grabbit grab \
--subreddit-destination . \
--subreddit-limit 5 \
--subreddit-name wallpapers \
--subreddit-timeframe day
# Create/Edit config file
grabbit config edit --editor /path/to/editor
# Grab from config file
grabbit grab
- Run grabbit on a schedule: ./schedule_it.md
- Hack on grabbit: ./dev_notes.md
- MIT Licensed
- library authors: see ./go.mod
- inspiration: reddit_get_top_images