D
D
dEN__52020-12-14 02:52:05
Python
dEN__5, 2020-12-14 02:52:05

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

1 answer(s)
W
Wispik, 2020-12-14
@Wispik

r = requests.get("image_url")
img = r.raw.read()

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question