🕷️
XKCD Comics Scraper
Downloads comic images from xkcd.com — either every comic in bulk, or a single comic by number — saving them to a local xkcd folder.
Downloads comic images from xkcd.com — either every comic in bulk, or a single comic by number — saving them to a local xkcd folder.
Downloads comic images from xkcd.com — either every comic in bulk, or a single comic by number — saving them to a local xkcd folder.
pip install requests beautifulsoup4 lxml
python comicXCD_scraper.py
requestsbeautifulsoup4 (bs4)lxmlNo — it scrapes the live xkcd.com website over the network and writes image files to disk.