Ensure you have python 3.6+ installed.
pip install -r requirements.txt
cd website
python main.py
To 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.