Ok, so what I'm looking for is some script or something that can parse a blog, and if there's a new post/image, download the image and set it as the wallpaper.
This site doesn't have any direct tools that do it (like the Flickr downloaders), so I'm looking for something else.
Worst case scenario, I see a machine running some sort of parse script to check if there a new image, and if there is, download it, rename it, and replace the old one. Then another program to re-set the wallpaper every __ hours. (To clear the wallpaper cache, because the WP doesn't automatically update when the physical image file is changed, it's loaded into RAM)
I have my own server with full root access so I can install anything as needed, and I have basic understanding of PHP/Web-based scripting, if given the official names for commands, I can look up how to compile the actual code.
P.S. Link
This site doesn't have any direct tools that do it (like the Flickr downloaders), so I'm looking for something else.
Worst case scenario, I see a machine running some sort of parse script to check if there a new image, and if there is, download it, rename it, and replace the old one. Then another program to re-set the wallpaper every __ hours. (To clear the wallpaper cache, because the WP doesn't automatically update when the physical image file is changed, it's loaded into RAM)
I have my own server with full root access so I can install anything as needed, and I have basic understanding of PHP/Web-based scripting, if given the official names for commands, I can look up how to compile the actual code.
P.S. Link