An open API service indexing awesome lists of open source software.

https://github.com/tonykipkemboi/xkcdcomics


https://github.com/tonykipkemboi/xkcdcomics

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# A Python Script to Download all XKCD Comics

[XKCD](https://xkcd.com/) is a popular geek webcomic site!

![comic image](https://github.com/tonykipkemboi/xkcdComics/blob/master/xkcd/2020_google_trends.png)

The script simply scrapes all the comics on the site and saves it to a folder within the same directory.

Clone the repo: `git clone https://github.com/tonykipkemboi/xkcdComics.git`

Install all required libraries by running: `pip install -r requirements.txt`

Finally run the code: `python app.py`

Happy comicking!