Chathon

Latest version: v2.2

Safety actively analyzes 623936 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.0

**New updates :**

- Bot function no longer using variable like `bot.command(command_name="test", response="work!")`. Instead, we use Decorator. simpler, not as complicated as before. [Example](https://github.com/EterNomm/Chathon/blob/main/examples/bot.py).
- Now when creating a bot, it is required to add a `run()` function for the bot to run normally.
- The server can add a welcome message when a client enters the server (Can only be seen by the user).

For more, see [Changelog](https://gist.github.com/LyQuid12/a3b1447175d1f2f67d698d3a4e197dcd).

p1.5
**New Update :**
- Server now can record client conversation. however, the client will be warned that the server can record all conversations

example server file :
py
import chathon

server = chathon.Server(port=1212, record_conversation=True)
server.start()

Client POV :

Hello from EterNomm!
Join EterNomm Discord Here : https://dsc.gg/eternomm

LyQuid joined!
Connected to server!
Warning, the server may record your conversation.

Server POV :

Server Online !

Server Information :
IP : 127.0.0.1 (use your network IP address for client connect to your server)
PORT : 1212
Print Client Message : True

Connected with ('127.0.0.1', 1234)
New Client : LyQuid
Connected with ('127.0.0.1', 12345)
New Client : Chathon
LyQuid: Helooo
LyQuid: /howareyou
Chathon [BOT]: Good, i always get updates, so i always fresh like meat
LyQuid: hahaha


Leaks :
ALPHA 2.0 version will be released soon, to be precise in December/Early 2022 (Hopefully :>)

1.2

The first stable version release

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.