Building a better anonkun.
Go to file
2018-07-31 17:12:46 -04:00
static closed polls no longer hide the checkbox 2018-07-27 13:29:42 -04:00
templates I learned about SCRIPT_NAME 2018-07-31 17:12:46 -04:00
.gitignore centered quest title and changed session storage to server side 2018-06-22 07:55:36 -04:00
anonkun.py I learned about SCRIPT_NAME 2018-07-31 17:12:46 -04:00
anonkun.sql pagination works more better 2018-07-26 11:38:22 -04:00
database.py pagination works more better 2018-07-26 11:38:22 -04:00
events.py merged User.js and QM.js and various bugfixes 2018-07-26 20:41:22 -04:00
README.md I learned about SCRIPT_NAME 2018-07-31 17:12:46 -04:00
todo basic support for pagination 2018-07-26 09:36:37 -04:00
tools.py changed quest urls to use quest_id instead of ident_title 2018-07-23 20:19:43 -04:00
views.py merged User.js and QM.js and various bugfixes 2018-07-26 20:41:22 -04:00

Anonkun

By popular demand, I'm building a better anonkun. It doesn't do much right now though. Actual results in the decades to come.

Requirements

Python 3.6+
MariaDB 10.2+
Python packages: flask flask_socketio flask-paranoid passlib argon2_cffi bleach flask-session requests python-magic gunicorn eventlet

Install

$ mysql -u root -p
mysql> CREATE DATABASE `anonkun` DEFAULT CHARACTER SET `utf8mb4` COLLATE `utf8mb4_general_ci`;
mysql> CREATE USER `anonkun`@'localhost' IDENTIFIED BY 'password';
mysql> GRANT ALL PRIVILEGES ON `anonkun`.* TO `anonkun`@`localhost`;
mysql> \q
  1. Get on the floor
  2. Walk the dinosaur

Usage

gunicorn -b localhost:5050 -e SCRIPT_NAME=/anonkun --worker-class eventlet anonkun:app

Todo

Rename this project to something that doesn't mean "shit" in weebspeak.