Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtklocker/xkcd
A minimal xkcd module written in Python.
https://github.com/gtklocker/xkcd
Last synced: about 1 month ago
JSON representation
A minimal xkcd module written in Python.
- Host: GitHub
- URL: https://github.com/gtklocker/xkcd
- Owner: gtklocker
- License: mit
- Created: 2012-10-18T21:29:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-19T00:24:37.000Z (over 12 years ago)
- Last Synced: 2024-10-29T00:05:28.822Z (3 months ago)
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
xkcd
====xkcd is a module that exposes the XKCD API to Python.
How to use
----------Clone this repository inside your working directory and go!
>> import xkcd
>> comic = xkcd.Comic(10)
>> comic.url
https://xkcd.com/10License
-------See the LICENSE file.
Copyright (C) 2012 Kostis Karantias