Metadata-Version: 2.4
Name: ParsMeet
Version: 1.2.2
Summary: Python library for interacting with CodeMeet platform
Author-email: MrLunar-ir <mrlunar.ir@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/MrLunar-ir/ParsMeet
Project-URL: Repository, https://github.com/MrLunar-ir/ParsMeet
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.27.0
Requires-Dist: websockets>=12.0

Features

· Send, edit, delete, and reply to messages
· Inline keyboards
· Broadcast to all users
· Send to a specific user
· Ads filter
· AI assistant (ask_ai method)
· Simple console controls

Console Commands

· bot.off() – Stop the bot
· bot.pause() – Pause the bot
· bot.on() – Resume the bot
· ask <question> – Ask the AI
· broadcast <message> – Send to everyone
· send <user_id> <message> – Send to one user
