ssimunic / Daily-Reddit-Wallpaper

Change your wallpaper to the most upvoted image of the day from /r/wallpapers or any other subreddit on system startup
http://ssimunic.github.io/Daily-Reddit-Wallpaper/
GNU General Public License v3.0
306 stars 51 forks source link

Updated to work with praw 5.0.1 #35

Open jenroper opened 7 years ago

jenroper commented 7 years ago

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 have a client_id and client_secret that are linked to a redditor's account. Rather than hard-code my own client_id and client_secret, I've added a praw.ini file and updated the readme file with instructions for registering the app with reddit and getting those two values, which need to be placed in the praw.ini file for the app to work.

madelinecameron commented 7 years ago

This branch works great by the way! Thank you! :)

I got this working at home this weekend and now to deploy this to my work computer as well.

jenroper commented 7 years ago

@dolohow How about now?