Name | BalethonPlus JSON |
Version |
1.2.1
JSON |
| download |
home_page | None |
Summary | A library for creating bots in the Bale messenger |
upload_time | 2025-07-22 16:23:44 |
maintainer | None |
docs_url | None |
author | None |
requires_python | None |
license | Copyright (c) 2023-present SajjadAlipour2006
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. |
keywords |
bale
messenger
bot
api
client
|
VCS |
 |
bugtrack_url |
|
requirements |
httpx
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<p align="center">
<img src="https://balethon.ir/assets/img/logo.png" width="200" alt="Balethon">
</p>
## Balethon
A library for creating bots in the [Bale](https://www.bale.ai) messenger
## Quick Example
```python
from balethon import Client
bot = Client("TOKEN")
@bot.on_message()
async def greet(message):
await message.reply("Hello")
bot.run()
```
> You must replace `TOKEN` with the token which [BotFather](https://ble.ir/botfather) gives you in the [Bale](https://www.bale.ai) messenger
## Key Features
- **[Easy](https://balethon.ir/posts/balethon-is-easy)**: Concise and high level programming interface
- **[Fast](https://balethon.ir/posts/balethon-is-fast)**: Optimized and supports asynchronous programming
- **[Documented](https://balethon.ir/posts/balethon-is-documented)**: Learn Balethon in depth with the documentation
- **[Community](https://balethon.ir/posts/balethon-has-community)**: Active and friendly community, you are sure to get answers to your questions
- **[Design](https://balethon.ir/posts/balethon-has-design-options)**: Support for functional as well as object-oriented designs
- **[powerful](https://balethon.ir/posts/balethon-is-powerful)**: Covers the [Bale](https://www.bale.ai) messenger's api and has useful tools to make your job easier
- **[Flexible](https://balethon.ir/posts/balethon-is-flexible)**: Unable to get deprecated and ready for unexpected responses from the [Bale](https://www.bale.ai) messenger's api
- **[Intuitive](https://balethon.ir/posts/balethon-is-intuitive)**: Type-hinted and has great editor support
- **[Extensible](https://balethon.ir/posts/balethon-is-extensible)**: All balethon's systems are easily extensible
## Installing
```bash
pip install BalethonPlus
```
## Links
- [Documentation](https://balethon.ir)
- [GitHub page](https://github.com/MohammaDeveopoer/BalethonPlus)
- [Pypi page](https://pypi.org/project/BalethonPlus)
- [Bale news channel](https://ble.ir/balethon)
- [Bale community chat group](https://ble.ir/balethon_group)
Raw data
{
"_id": null,
"home_page": null,
"name": "BalethonPlus",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "bale, messenger, bot, api, client",
"author": null,
"author_email": "Sajjad <sajjadalipour2006@gmail.com>, Abolfazl Amiri <soltshen@gmail.com>, Mohammad Vatankhah <vatankhahmohammad19384@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/2b/a2/5e1d0a2e9132f351cc146978384d505f6b8d64d9dc3a960ae1bc4b788fc7/balethonplus-1.2.1.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <img src=\"https://balethon.ir/assets/img/logo.png\" width=\"200\" alt=\"Balethon\">\n</p>\n\n## Balethon\n\nA library for creating bots in the [Bale](https://www.bale.ai) messenger\n\n## Quick Example\n\n```python\nfrom balethon import Client\n\nbot = Client(\"TOKEN\")\n\n\n@bot.on_message()\nasync def greet(message):\n await message.reply(\"Hello\")\n\n\nbot.run()\n```\n\n> You must replace `TOKEN` with the token which [BotFather](https://ble.ir/botfather) gives you in the [Bale](https://www.bale.ai) messenger\n\n## Key Features\n\n- **[Easy](https://balethon.ir/posts/balethon-is-easy)**: Concise and high level programming interface\n- **[Fast](https://balethon.ir/posts/balethon-is-fast)**: Optimized and supports asynchronous programming\n- **[Documented](https://balethon.ir/posts/balethon-is-documented)**: Learn Balethon in depth with the documentation\n- **[Community](https://balethon.ir/posts/balethon-has-community)**: Active and friendly community, you are sure to get answers to your questions\n- **[Design](https://balethon.ir/posts/balethon-has-design-options)**: Support for functional as well as object-oriented designs\n- **[powerful](https://balethon.ir/posts/balethon-is-powerful)**: Covers the [Bale](https://www.bale.ai) messenger's api and has useful tools to make your job easier\n- **[Flexible](https://balethon.ir/posts/balethon-is-flexible)**: Unable to get deprecated and ready for unexpected responses from the [Bale](https://www.bale.ai) messenger's api\n- **[Intuitive](https://balethon.ir/posts/balethon-is-intuitive)**: Type-hinted and has great editor support\n- **[Extensible](https://balethon.ir/posts/balethon-is-extensible)**: All balethon's systems are easily extensible\n\n## Installing\n\n```bash\npip install BalethonPlus\n```\n\n## Links\n\n- [Documentation](https://balethon.ir)\n- [GitHub page](https://github.com/MohammaDeveopoer/BalethonPlus)\n- [Pypi page](https://pypi.org/project/BalethonPlus)\n- [Bale news channel](https://ble.ir/balethon)\n- [Bale community chat group](https://ble.ir/balethon_group)\n",
"bugtrack_url": null,
"license": "Copyright (c) 2023-present SajjadAlipour2006\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.",
"summary": "A library for creating bots in the Bale messenger",
"version": "1.2.1",
"project_urls": {
"Community": "https://ble.ir/balethon_group",
"Download": "https://github.com/MohammaDeveloper/BalethonPlus/releases/latest",
"Homepage": "https://github.com/MohammaDeveloper/BalethonPlus",
"Tracker": "https://github.com/MohammaDeveloper/BalethonPlus/issues"
},
"split_keywords": [
"bale",
" messenger",
" bot",
" api",
" client"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "d905b09c2b1b7f07e8667956b3250589a81508fd3ad14036e0b1053efdf11109",
"md5": "d2d0e70bf8d58188aa48c2fbc0f97688",
"sha256": "81f634fa1308204d56e8c5ae28bc6aae4f8bb6101830f95ff857cc6258b1c87d"
},
"downloads": -1,
"filename": "balethonplus-1.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d2d0e70bf8d58188aa48c2fbc0f97688",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 94913,
"upload_time": "2025-07-22T16:23:42",
"upload_time_iso_8601": "2025-07-22T16:23:42.843924Z",
"url": "https://files.pythonhosted.org/packages/d9/05/b09c2b1b7f07e8667956b3250589a81508fd3ad14036e0b1053efdf11109/balethonplus-1.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2ba25e1d0a2e9132f351cc146978384d505f6b8d64d9dc3a960ae1bc4b788fc7",
"md5": "6b2410e49b9d15b8afe9b65387e47712",
"sha256": "1d7db95258553976805675701e3f8d69d643ebc11e6b16af8d13fe46aff3a922"
},
"downloads": -1,
"filename": "balethonplus-1.2.1.tar.gz",
"has_sig": false,
"md5_digest": "6b2410e49b9d15b8afe9b65387e47712",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 37905,
"upload_time": "2025-07-22T16:23:44",
"upload_time_iso_8601": "2025-07-22T16:23:44.801654Z",
"url": "https://files.pythonhosted.org/packages/2b/a2/5e1d0a2e9132f351cc146978384d505f6b8d64d9dc3a960ae1bc4b788fc7/balethonplus-1.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-22 16:23:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MohammaDeveloper",
"github_project": "BalethonPlus",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "httpx",
"specs": [
[
"==",
"0.28.1"
]
]
}
],
"lcname": "balethonplus"
}