Building a better anonkun.
Go to file
2018-07-08 17:55:42 -04:00
static same as last commit but completely different 2018-07-07 19:20:28 -04:00
templates qm can open and close dice calls 2018-07-08 17:55:42 -04:00
.gitignore centered quest title and changed session storage to server side 2018-06-22 07:55:36 -04:00
anonkun.py qm can open and close dice calls 2018-07-08 17:55:42 -04:00
anonkun.sql same as last commit but completely different 2018-07-07 19:20:28 -04:00
database.py qm can open and close dice calls 2018-07-08 17:55:42 -04:00
events.py qm can open and close dice calls 2018-07-08 17:55:42 -04:00
README.md added image support 2018-06-25 15:52:10 -04:00
tools.py fix word wrap and break on quest post 2018-06-28 13:54:04 -04:00
views.py qm can open and close dice calls 2018-07-08 17:55:42 -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

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 --worker-class eventlet anonkun:app

Todo

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