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

https://github.com/naim-prog/crap-chat

A "chat" made with Python Flask
https://github.com/naim-prog/crap-chat

chat chatroom flask flask-chat python

Last synced: 3 months ago
JSON representation

A "chat" made with Python Flask

Awesome Lists containing this project

README

          

# crap-chat
A "chat" made with Python Flask and for fun

## Installation

Clone the repository and install all the requirements

``` shell
$ pip install -r requirements.txt
```

To run the server just situate on the same level as server.py and

``` shell
$ python3 server.py
```

Every chat you create is a txt file that store the messages on clear text on the same level as server.py

## DISCLAIMER

This is a crap shit chat made in about an hour or less