Skip to content

Latest commit

 

History

History
executable file
·
30 lines (18 loc) · 450 Bytes

README.md

File metadata and controls

executable file
·
30 lines (18 loc) · 450 Bytes

Codebase backing xkcdref.info. Companion site for /u/xkcd_transcriber.

Rewritten in flask/gevent.

Includes:

  • the webapp

Project uses:

  • flask as a web framework
  • gevent for concurrency
  • sqlite as a datastore
  • redis for caching

Requirements

  • Python 2.7
  • Redis

Installation

python setup.py install

Running

Once installed, runsite-xkcdref will run the server. Use with --help to provide more options