Ensure you have python 3.6+ installed.
pip install -r requirements.txtcd website
python main.pyTo clear the message history simply delete the messages.db file.
Before using socketio for this project I coded out a custom message server that uses standard python sockets. The code for this is located in old_msg_server/.
This project was built during a two part livestream.