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
- Host: GitHub
- URL: https://github.com/naim-prog/crap-chat
- Owner: naim-prog
- Created: 2022-10-04T18:46:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T21:18:16.000Z (over 3 years ago)
- Last Synced: 2025-03-02T19:49:43.582Z (over 1 year ago)
- Topics: chat, chatroom, flask, flask-chat, python
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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