Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fourcube/chat_programm


https://github.com/fourcube/chat_programm

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Chat_Programm
1. start server:
python chat_server.py (port)
2. connect to server:
python chat_client.py (ip) (port)

# Update
1. execute: crontab -e
2. paste: 30 11 * * * "part to update.sh"/update.sh (update the code every day at 11:30 A.M)