Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 522 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 522 Bytes

xkcd-extract

This is a simple XKCD scraper that downloads the specified range of comics, as well as the alt-texts for each.

Dependencies:

  • BeautifulSoup 4 HTML parser (apt-get install python3-bs4)
  • yaml (apt-get install python3-yaml)

License:

This is public domain - do whatever you want with it. If you do something cool and want me to add it to this project, just fork it and send a pull request.

#####TODO