Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kupiakos/reddit-backgrounds
Download Reddit pictures and set them as the desktop background
https://github.com/kupiakos/reddit-backgrounds
background-image desktop-app earthporn reddit wallpaper
Last synced: 4 days ago
JSON representation
Download Reddit pictures and set them as the desktop background
- Host: GitHub
- URL: https://github.com/kupiakos/reddit-backgrounds
- Owner: kupiakos
- License: wtfpl
- Created: 2017-01-24T17:20:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T21:39:30.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T11:38:37.582Z (5 days ago)
- Topics: background-image, desktop-app, earthporn, reddit, wallpaper
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Reddit Background Downloader
Defaults to downloading from /r/EarthPorn.
Designed for Ubuntu 16.04.
Currently supports GNOME, Unity, and MATE on Linux.Plasma Desktop, Windows, and possibly macOS support planned.
If you're running on Ubuntu 16.04, first install the system dependencies:
$ sudo apt install python3-gi gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-notify-0.7 gir1.2-appindicator3-0.1
Then, optionally create a virtual environment to run in, and install `pip` dependencies:
$ virtualenv -p python3 --prompt '(reddit-backgrounds) ' venv
$ source venv/bin/activate
(reddit-backgrounds) $ pip install -r requirements.txt
Now, the program can be run:$ ./reddit-backgrounds.py