Metadata-Version: 2.4
Name: martsor
Version: 0.3.0
Summary: Python library for building Soroush Plus bots and user clients.
Author: HidMart
License: MIT
Project-URL: Homepage, https://github.com/HidMart/martsor
Project-URL: Repository, https://github.com/HidMart/martsor
Project-URL: Issues, https://github.com/HidMart/martsor/issues
Keywords: soroush,soroushplus,splus,bot,selfbot,userbot,python
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: self
Requires-Dist: SPlusthon>=1.1.4; extra == "self"

# martsor

Python library for building bots with the Soroush Plus Bot API.

Version: 0.2.0


## Features

- Soroush Plus Bot API
- Long polling
- getUpdates
- sendMessage
- sendPhoto
- sendDocument
- sendVideo
- sendAudio
- sendVoice
- sendAnimation
- sendSticker
- sendLocation
- sendContact
- sendMediaGroup
- forwardMessage
- copyMessage
- getFile
- getChat
- deleteMessage
- editMessageText
- editMessageCaption
- editMessageMedia
- editMessageReplyMarkup
- InlineKeyboard
- Callback Query
- Reply Keyboard
- Force Reply
- Bot commands
- Webhook API methods
- MarkdownV2 / HTML parse mode support
- No external dependencies


## Installation

```bash
pip install martsor
