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: 17 days 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-19T00:24:37.000Z (about 12 years ago)
- Last Synced: 2024-10-07T19:41:49.570Z (about 1 month 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