PhotoPipe is a node service that takes an URL of an image, writes it to disk and then can redirect or pipe it to another web service, such as one that only accepts binary uploads.
PhotoPipe has a plugins directory that ideally is a place you could post these photos. One working example is there.
Feel free to add and even implement some of the services.
MIT, bro
Requirements: Node and NPM need to be installed.
git clone https://github.com/joemccann/photopipe.git
cd photopipe
npm i
sudo node app
open 127.0.0.1
or
npm i photopipe
cd node_modules/photopipe
sudo node app
open 127.0.0.1
Free Software, Fuck Yeah