PyImgur
PyImgur copied to clipboard
Image uploaded through PyImgur not showing up in "Submitted images"
I've been using the following code to upload PNGs to imgur:
im = pyimgur.Imgur(CLIENT_ID)
uploaded_image = im.upload_image(PATH, title=PLOTNAME)
But when going on my imgur account and going on my submitted images, there are no images. Why is this?
They don't upload to your account, but anonymously.