Building a better anonkun.
Go to file
2018-06-16 18:52:46 -04:00
static split page for between quest body and chat window, added lorem ipsum 2018-06-14 22:12:33 -04:00
templates split application into multiple modules 2018-06-16 18:52:46 -04:00
.gitignore added database support 2018-06-15 18:13:59 -04:00
anonkun.py split application into multiple modules 2018-06-16 18:52:46 -04:00
anonkun.sql added database support 2018-06-15 18:13:59 -04:00
database.py split application into multiple modules 2018-06-16 18:52:46 -04:00
events.py split application into multiple modules 2018-06-16 18:52:46 -04:00
README.md added create_quest functionality 2018-06-16 03:17:00 -04:00
views.py split application into multiple modules 2018-06-16 18:52:46 -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

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.