balepy


Namebalepy JSON
Version 1.4.2 PyPI version JSON
download
home_pagehttps://github.com/MamdMehrabi/balepy
Summarybalepy a Library Python for create bots API in bale application
upload_time2024-08-10 11:51:15
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: 200px; height: 200px; border: 1px solid red;" align=center alt="background">
</p>
<h3 align="center"> Balepy a Python Library for create bot API in bale messenger  <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></h3>


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

### Start:
```python
from balepy import Client
from balepy.types import Updates

from asyncio import run

bot_token = "0123456788:****************************************"

app = Client("my_bot", bot_token=bot_token)


@app.on_message
async def updates(update: Updates):
    print(update.text)
    await app.send_message(update.chat_id, update.text, update.message_id)


run(updates())
```

### Contributors
Contributions to the project are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on GitHub.

### License
BalePy is released under the MIT License. See the bundled [LICENSE](https://github.com/mamdmehrabi/balepy/blob/main/LICENSE) file for details.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MamdMehrabi/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/e4/f6/96ce2b669f7b2317dcb5894cc9e47b9d4b62490c03b7b541305ccd99d21a/balepy-1.4.2.tar.gz",
    "platform": null,
    "description": "# BalePy\n\n<p align=center>\n<img src=\"https://s8.uupload.ir/files/balethon_uvi2_esnh.png\" style=\"width: 200px; height: 200px; border: 1px solid red;\" align=center alt=\"background\">\n</p>\n<h3 align=\"center\"> Balepy a Python Library for create bot API in bale messenger  <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></h3>\n\n\n### Install and Update:\n```bash\npip install -U balepy\n```\n\n### Start:\n```python\nfrom balepy import Client\nfrom balepy.types import Updates\n\nfrom asyncio import run\n\nbot_token = \"0123456788:****************************************\"\n\napp = Client(\"my_bot\", bot_token=bot_token)\n\n\n@app.on_message\nasync def updates(update: Updates):\n    print(update.text)\n    await app.send_message(update.chat_id, update.text, update.message_id)\n\n\nrun(updates())\n```\n\n### Contributors\nContributions to the project are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on GitHub.\n\n### License\nBalePy is released under the MIT License. See the bundled [LICENSE](https://github.com/mamdmehrabi/balepy/blob/main/LICENSE) file for details.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "balepy a Library Python for create bots API in bale application",
    "version": "1.4.2",
    "project_urls": {
        "Homepage": "https://github.com/MamdMehrabi/balepy"
    },
    "split_keywords": [
        "bot",
        " bot",
        " bale",
        " robot",
        " messangers"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "977d34ea9cf0ed2fb6cb213012dbc98b89d549523cc6e99cff0700d01da211f5",
                "md5": "b9896711a101990a70a694ef32431181",
                "sha256": "8140ba423d41aeca92c1bec87641d71cd835eb7e8664666493c60348786d418b"
            },
            "downloads": -1,
            "filename": "balepy-1.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b9896711a101990a70a694ef32431181",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.6",
            "size": 16699,
            "upload_time": "2024-08-10T11:51:13",
            "upload_time_iso_8601": "2024-08-10T11:51:13.487681Z",
            "url": "https://files.pythonhosted.org/packages/97/7d/34ea9cf0ed2fb6cb213012dbc98b89d549523cc6e99cff0700d01da211f5/balepy-1.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4f696ce2b669f7b2317dcb5894cc9e47b9d4b62490c03b7b541305ccd99d21a",
                "md5": "b6589d409aacc447b524dc75a2675518",
                "sha256": "684d9ccbbabb05074859c7ddd870961a794ca1ac4206072255d8cafd2040d0f7"
            },
            "downloads": -1,
            "filename": "balepy-1.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b6589d409aacc447b524dc75a2675518",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.6",
            "size": 9310,
            "upload_time": "2024-08-10T11:51:15",
            "upload_time_iso_8601": "2024-08-10T11:51:15.784017Z",
            "url": "https://files.pythonhosted.org/packages/e4/f6/96ce2b669f7b2317dcb5894cc9e47b9d4b62490c03b7b541305ccd99d21a/balepy-1.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-10 11:51:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MamdMehrabi",
    "github_project": "balepy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "balepy"
}
        
Elapsed time: 0.78051s