Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fourcube/chat_programm
https://github.com/fourcube/chat_programm
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fourcube/chat_programm
- Owner: fourcube
- Created: 2015-01-19T18:43:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T16:34:35.000Z (about 10 years ago)
- Last Synced: 2024-12-22T19:07:36.403Z (about 1 month ago)
- Language: Python
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)