Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 812 Bytes

File metadata and controls

23 lines (17 loc) · 812 Bytes

RedditWallpaper

Gets wallpaper from subreddits and saves to local dirs to be used as wallpaper on your computers

To-Do:

  • Possibility to accept only HD pictures (Or look for specific picture size)
  • Maximum/Minimum file size
  • Minimum up votes ($row->ups)
  • Download pictures that contain certain words (Search for words in $row->title and $row->url)
  • Download pictures from certain author ($row->author)
  • Download pictures saved by user on chosen subreddits
    • User login
    • Create dummy reddit user for testing
  • Create class for interaction with reddit for readability

Note to self:

http://php.net/manual/en/function.getimagesize.php

http://php.net/manual/en/function.imagesy.php

http://php.net/manual/en/function.imagesx.php

https://www.reddit.com/dev/api