Create a full set of flickr/imgur/google images api integrations classes. So it becomes possible, with API keys do something like the following:
flickr = FlickrAPI(APIKeys)
[list_of_image_paths_and_names] = flickr.GetImageSet("lolcats",path,file_base,name)
flickr.upload(Image,title="lolcats",tags="lolcat")
Just upload for imgur. Just download for google images.
Anonymous