Connect with others through Impact memes. A chat app where each message is a meme. This is the API, which will hopefully be used to create a web interface.
cd src/floppachat
python api.py # start API
python chat.py # start chat server
python tinyclient.py
- Python 3.9+
Docs can be built using tox
and sphinx
. Make sure you have sphinx
installed, then run tox
in the project's root directory.
Definitely.
Copyright (C) 2022 Ben O'Neill [email protected]. License: MIT. See LICENSE for more details.