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.
- Host: GitHub
- URL: https://github.com/dhth/xkcd_python
- Owner: dhth
- Created: 2016-01-01T05:38:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T15:07:10.000Z (over 10 years ago)
- Last Synced: 2025-04-05T00:30:00.291Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/