Files
art_num_2024/python/scrape/README.md
2024-10-31 19:25:04 +01:00

13 lines
433 B
Markdown

## A script that scrapes images from a given URL
we need to use the requests and BeautifulSoup libraries to retrieve and parse the HTML content. `os` and `shutil` are helpful for managing files and saving the images. Scraping should be done ethically, following the website's robots.txt rules and terms of service.
```
pip install requests beautifulsoup4 tldextract
```
Run the script with:
```
python cyberfeminist_images.py
```