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

https://github.com/dhth/xkcd_python

Python script to download xkcd comics. Script keeps tracks of downloaded images through a sqlite database.
https://github.com/dhth/xkcd_python

Last synced: 10 months ago
JSON representation

Python script to download xkcd comics. Script keeps tracks of downloaded images through a sqlite database.

Awesome Lists containing this project

README

          

# xkcd_python
Python script to download xkcd comics. Script keeps tracks of downloaded images through a sqlite database.

Libraries used:
- BeautifulSoup http://www.crummy.com/software/BeautifulSoup/
- Requests http://docs.python-requests.org/en/latest/