https://github.com/boneill02/floppachat
FloppaChat API: Chat through memes
https://github.com/boneill02/floppachat
api chat-app chat-application sphinx tox
Last synced: about 1 year ago
JSON representation
FloppaChat API: Chat through memes
- Host: GitHub
- URL: https://github.com/boneill02/floppachat
- Owner: boneill02
- License: mit
- Created: 2022-01-22T20:47:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T18:21:08.000Z (over 3 years ago)
- Last Synced: 2025-03-18T16:57:11.020Z (over 1 year ago)
- Topics: api, chat-app, chat-application, sphinx, tox
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FloppaChat
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.
## Hosting
```
cd src/floppachat
python api.py # start API
python chat.py # start chat server
```
## Connecting
`python tinyclient.py`
## Dependencies
* Python 3.9+
## Documentation
Docs can be built using `tox` and `sphinx`. Make sure you have `sphinx`
installed, then run `tox` in the project's root directory.
## Bugs
Definitely.
## License
Copyright (C) 2022 Ben O'Neill . License: MIT. See LICENSE
for more details.