https://github.com/kiranandcode/plebbit-bg-changer
OCaml rewrite of a python-based background changer
https://github.com/kiranandcode/plebbit-bg-changer
Last synced: 8 months ago
JSON representation
OCaml rewrite of a python-based background changer
- Host: GitHub
- URL: https://github.com/kiranandcode/plebbit-bg-changer
- Owner: kiranandcode
- License: lgpl-3.0
- Created: 2020-08-06T16:55:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T17:06:03.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T14:25:05.625Z (over 1 year ago)
- Language: OCaml
- Size: 21.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Plebbit Bg Changer
Quick OCaml script to change your background using images from Plebbit.
```
Script to automatically set desktop backgrounds from Reddit images
plebbit_slideshow.exe SUBCOMMAND
=== subcommands ===
download Download images from Reddit to a local folder.
import Import saved images into database.
change-bg Change background image using images in database.
update-db Update stored database to accurately track pictures.
version print version information
help explain a given subcommand (perhaps recursively)
```
Wrote this originally in Python, but Python is trash.
Have a look at `reddit.ml` for a rather nice typed wrapper around
Reddit's public and private APIs, using first-class modules to
implement authentication.