D
Deleted User
Guest
Hello, so I have been trying to find a way to code a simple image scraper in python. I need something that will download the images and also put the images in a folder (optional). I have tried BeautifulSoup but I could only print the images on the webpage, not download them. I also have tried the image-scraper library but that just didn't work when I tried to import it into a script. If there is another thing that would help me, that would be awesome. I have also tried scrapy but that sounds way too complicated for what i'm trying to do. If somebody could also link me to some documentation on it or some example projects on that, that would be great also!
Thanks.
Thanks.




