Metadata-Version: 2.4
Name: climessenger
Version: 1.0.0
Summary: Exchange text messages directly in the terminal. Fast, minimalistic, and secure
Home-page: https://github.com/Ruslan-Isaev/climessenger
Author: RUIS
Author-email: ruslan@ruisvip.ru
License: MIT
Project-URL: GitHub, https://github.com/Ruslan-Isaev/climessenger
Project-URL: Bug Tracker, https://github.com/Ruslan-Isaev/climessenger/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: Flask>=2.0.0
Requires-Dist: requests>=2.25.0
Requires-Dist: cryptography>=41.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

climessenger
============

**climessenger** is a CLI messenger built on Flask with HTTPS, allowing text messages to be sent between machines. It supports multithreading and automatic SSL certificate generation upon installation.

Installation
------------

    pip install climessenger

Usage
-----

### 1\. Starting the server to receive messages

    climessenger receive

Starts an HTTPS server that listens on port 8864 and accepts messages from other devices.

### 2\. Sending a message to another server

    climessenger send 192.168.1.68 "Hello World"

Sends the message `Hello World` to the server running at the address `192.168.1.68`. The server must already be running using `receive`.

Author: RUIS

Email: [ruslan@ruisvip.ru](mailto:ruslan@ruisvip.ru)

GitHub: [https://github.com/Ruslan-Isaev/climessenger](https://github.com/Ruslan-Isaev/climessenger)
