balepy


Namebalepy JSON
Version 1.3.8 PyPI version JSON
download
home_pagehttps://github.com/OnlyRad/balepy
Summarybalepy a Library Python for create bots API in bale application
upload_time2024-04-20 16:18:28
maintainerNone
docs_urlNone
authorMohammad, AmirAli
requires_python~=3.6
licenseNone
keywords bot bot bale robot messangers
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # balepy

<p align=center>
<img src="https://s8.uupload.ir/files/balethon_uvi2_esnh.png" style="width: 300px; height: 300px;" align=center alt="background">
</p>
<h3 align="center"> balepy a Library Python for create bot API in bale application <br> <h5 align=center> <a href="https://balepy.github.io"> Docs</a> | <a href="https://t.me/TheLinuxGP">Community</a> | <a href="https://t.me/TheCommit">Telegram Channel</a> | <a href="https://github.com/OnlyRad">Owner</a></h5></h3>


## Install and Update:
```bash
pip install -U balepy
```

## START:
```python
from bale import Client
from asyncio import run


__token = 'your-token-here'
client = Client(__token, timeout=10)

async def main():
    async for message in client.on_message():
        await message.reply('hello __from__ **balepy**')


if __name__ == '__main__':
    run(main())
```


## Thanks To:
### <a href="https://github.com/metect">AmirAli</a>

<p>Thanks to all those who contributed directly or indirectly to the development of the module</p>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OnlyRad/balepy",
    "name": "balepy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.6",
    "maintainer_email": null,
    "keywords": "bot, Bot, bale, robot, messangers",
    "author": "Mohammad, AmirAli",
    "author_email": "mohammadmehrabi175@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2b/86/4b79e8dd2b37fad954e86d8f49882e54c6be249445d862f82a9cd7bc4438/balepy-1.3.8.tar.gz",
    "platform": null,
    "description": "# balepy\r\n\r\n<p align=center>\r\n<img src=\"https://s8.uupload.ir/files/balethon_uvi2_esnh.png\" style=\"width: 300px; height: 300px;\" align=center alt=\"background\">\r\n</p>\r\n<h3 align=\"center\"> balepy a Library Python for create bot API in bale application <br> <h5 align=center> <a href=\"https://balepy.github.io\"> Docs</a> | <a href=\"https://t.me/TheLinuxGP\">Community</a> | <a href=\"https://t.me/TheCommit\">Telegram Channel</a> | <a href=\"https://github.com/OnlyRad\">Owner</a></h5></h3>\r\n\r\n\r\n## Install and Update:\r\n```bash\r\npip install -U balepy\r\n```\r\n\r\n## START:\r\n```python\r\nfrom bale import Client\r\nfrom asyncio import run\r\n\r\n\r\n__token = 'your-token-here'\r\nclient = Client(__token, timeout=10)\r\n\r\nasync def main():\r\n    async for message in client.on_message():\r\n        await message.reply('hello __from__ **balepy**')\r\n\r\n\r\nif __name__ == '__main__':\r\n    run(main())\r\n```\r\n\r\n\r\n## Thanks To:\r\n### <a href=\"https://github.com/metect\">AmirAli</a>\r\n\r\n<p>Thanks to all those who contributed directly or indirectly to the development of the module</p>\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "balepy a Library Python for create bots API in bale application",
    "version": "1.3.8",
    "project_urls": {
        "Homepage": "https://github.com/OnlyRad/balepy"
    },
    "split_keywords": [
        "bot",
        " bot",
        " bale",
        " robot",
        " messangers"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7362931a3a4fea58607e0acbf056ad9a357ff2adbf62802eecf42c5cefaa6729",
                "md5": "58cb6edbc26feac566a2ea3fc0fdd998",
                "sha256": "70e85a25201a4df31a42c7935b111e4cc883d38b666da4440e6b609d2e1e5ea6"
            },
            "downloads": -1,
            "filename": "balepy-1.3.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "58cb6edbc26feac566a2ea3fc0fdd998",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.6",
            "size": 7777,
            "upload_time": "2024-04-20T16:18:26",
            "upload_time_iso_8601": "2024-04-20T16:18:26.451732Z",
            "url": "https://files.pythonhosted.org/packages/73/62/931a3a4fea58607e0acbf056ad9a357ff2adbf62802eecf42c5cefaa6729/balepy-1.3.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b864b79e8dd2b37fad954e86d8f49882e54c6be249445d862f82a9cd7bc4438",
                "md5": "c999568d3e7c51a3d006e302cb086e23",
                "sha256": "7f9ce7b26d26e443b82aeede1eb5aff9d2976d6c2d96bd8aaf27f3d6977935e0"
            },
            "downloads": -1,
            "filename": "balepy-1.3.8.tar.gz",
            "has_sig": false,
            "md5_digest": "c999568d3e7c51a3d006e302cb086e23",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.6",
            "size": 7590,
            "upload_time": "2024-04-20T16:18:28",
            "upload_time_iso_8601": "2024-04-20T16:18:28.147053Z",
            "url": "https://files.pythonhosted.org/packages/2b/86/4b79e8dd2b37fad954e86d8f49882e54c6be249445d862f82a9cd7bc4438/balepy-1.3.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-20 16:18:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OnlyRad",
    "github_project": "balepy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "balepy"
}
        
Elapsed time: 0.24668s