Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/10

License
-------

See the LICENSE file.

Copyright (C) 2012 Kostis Karantias