Daily-Reddit-Wallpaper icon indicating copy to clipboard operation
Daily-Reddit-Wallpaper copied to clipboard

Change your wallpaper to the most upvoted image of the day from /r/wallpapers or any other subreddit on system startup

Results 17 Daily-Reddit-Wallpaper issues
Sort by recently updated
recently updated
newest added

Hi, users are unable to run **_Daily-Reddit-Wallpaper_** due to dependency conflict with _**update-checker**_ package. As shown in the following full dependency graph of **_Daily-Reddit-Wallpaper_**, it directly requires _**update-checker==0.11**_,while **_praw==5.4.0_** requires...

Praw now requires to have a Reddit API no matter what the request is, so I fixed it. Tested on Python 3.8.5 and PyPy3(latest) Windows and pop_os 20.04

I will update my fork of Daily-Reddit-Wallpaper from now on. Just [check out my fork](https://github.com/federicotorrielli/Daily-Reddit-Wallpaper). I sent a pull request but I know that will be ignored: **this project is...

For me (Ubuntu 14.04LTS, python 2.6.7) `sudo pip install praw` or installing it with `requirements.txt` does not work. Using `sudo python -m pip install praw` works just fine. Sure, it's...

Bumps [requests](https://github.com/requests/requests) from 2.10.0 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

I am running windows 10 and python 2. For me the save_location variable seems to be unicode, not str. This uses the correct SystemParametersInfoW function in the case when it...

Praw 3.5 is no longer supported, and the script no longer works. I have updated the script to use Praw 5.0.1. Now access to reddit's api requires the user to...

Allow for any directory outside of home such as `/tmp/`. This also adds simple support for [pywal](https://github.com/dylanaraps/pywal) and [feh](https://github.com/derf/feh).

`Traceback (most recent call last): File "./change_wallpaper_reddit.py", line 166, in r = praw.Reddit(user_agent="Get top wallpaper from /r/{subreddit} by /u/ssimunic".format(subreddit=subreddit)) File "/usr/local/lib/python2.7/dist-packages/praw-4.0.0b23-py2.7.egg/praw/reddit.py", line 101, in __init__ raise ClientException(required_message.format(attribute)) praw.exceptions.ClientException: Required configuration...