An open API service indexing awesome lists of open source software.

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

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.