Categories
How to save an image from a link and move the image to RAM memory?
Is it possible to implement this somehow? How to get this image from RAM memory and send it as a message to VK I use io, request, saya
Answer the question
In order to leave comments, you need to log in
r = requests.get("image_url") img = r.raw.read()
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question