File : README.md
Maintainer : Felix C. Stegerman <flx@obfusk.net>
Date : 2020-03-26
Copyright : Copyright (C) 2020 Felix C. Stegerman
Version : v0.0.1
License : AGPLv3+
cahpy - capybaras against humanity
Cahpy is a web-based clone of the card game "Cards Against Humanity" with some "house rules" built-in.
Just git clone :)
Python (>= 3.5) & Flask.
$ apt install python3-flask$ pip3 install --user Flask # for Debian; on other OS's you may need
# pip instead of pip3 and/or no --user$ FLASK_APP=cah.py flask run$ gunicorn cah:appJust git push :)
NB: you'll need to set WEB_CONCURRENCY=1 b/c it only works
single-theaded atm!
You can set CAHPY_PACKS to override the default choice of packs
(which is official).
$ export CAHPY_PACKS="uk fantasy sf" # specific packs
$ export CAHPY_PACKS="all" # all packs
$ export CAHPY_PACKS="official" # all official packs
$ export CAHPY_PACKS="unofficial" # all unofficial packsOfficial packs: blue, fantasy, geek, green, intl, red,
science, sf, uk, us (some significant overlap).
Unofficial packs: uno-anime, uno-anime-x1, uno-f, uno-hackers,
uno-malcont.
$ export CAHPY_PASSWORD=swordfish$ export CAHPY_HTTPS=force© Felix C. Stegerman
(i.e. cards/*)
See cards/COPYING.

