pyrotel


Namepyrotel JSON
Version 0.9.3 PyPI version JSON
download
home_pagehttps://github.com/Erfan-Bafandeh/pyrotel
Summarypyrotel is a library for telegram bots.
upload_time2024-05-11 17:50:13
maintainerNone
docs_urlNone
authorErfan Bafandeh
requires_python~=3.6
licenseNone
keywords bot robot pyrotel telegram telegrambot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## pyrotel 0.9.3v

<h3 align="center">pyrotel is a library for telegram bots.</h3>

> ## Install and Update:
```python
pip install pyrotel
```

> ## START:
```python
from pyrotel import Client

app = Client("API_TOKEN")

async def bot():
	for msg in app.on_message():
		if msg.text == "/start":
			app.send_message(msg.chat_id, "hello my dear.\nwelcome to my bot :)", reply_to_message_id=msg.message_id)

```

> ## Social Media:
<a href="https://t.me/persian_py">TELEGRAM</a><br>
<a href="https://github.com/Erfan-Bafandeh/pyrotel">GITHUB</a>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Erfan-Bafandeh/pyrotel",
    "name": "pyrotel",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.6",
    "maintainer_email": null,
    "keywords": "Bot, Robot, pyrotel, telegram, telegrambot",
    "author": "Erfan Bafandeh",
    "author_email": "user.enbh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/98/bc/fef61d52653bb5f199ff4daa194e73da30a6301f7320ac0788520966845f/pyrotel-0.9.3.tar.gz",
    "platform": null,
    "description": "## pyrotel 0.9.3v\r\n\r\n<h3 align=\"center\">pyrotel is a library for telegram bots.</h3>\r\n\r\n> ## Install and Update:\r\n```python\r\npip install pyrotel\r\n```\r\n\r\n> ## START:\r\n```python\r\nfrom pyrotel import Client\r\n\r\napp = Client(\"API_TOKEN\")\r\n\r\nasync def bot():\r\n\tfor msg in app.on_message():\r\n\t\tif msg.text == \"/start\":\r\n\t\t\tapp.send_message(msg.chat_id, \"hello my dear.\\nwelcome to my bot :)\", reply_to_message_id=msg.message_id)\r\n\r\n```\r\n\r\n> ## Social Media:\r\n<a href=\"https://t.me/persian_py\">TELEGRAM</a><br>\r\n<a href=\"https://github.com/Erfan-Bafandeh/pyrotel\">GITHUB</a>\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "pyrotel is a library for telegram bots.",
    "version": "0.9.3",
    "project_urls": {
        "Homepage": "https://github.com/Erfan-Bafandeh/pyrotel"
    },
    "split_keywords": [
        "bot",
        " robot",
        " pyrotel",
        " telegram",
        " telegrambot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c72d0017325f1a1b60d5a259b93c4810e1729b737f0daf96074490843d99323d",
                "md5": "6e28515deb645bdc6442051bfb7d0b7b",
                "sha256": "6963c630f908d070950d2d25693fe9101eeff1a3baea84c508caab59a5d2d8df"
            },
            "downloads": -1,
            "filename": "pyrotel-0.9.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6e28515deb645bdc6442051bfb7d0b7b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.6",
            "size": 6846,
            "upload_time": "2024-05-11T17:50:11",
            "upload_time_iso_8601": "2024-05-11T17:50:11.764157Z",
            "url": "https://files.pythonhosted.org/packages/c7/2d/0017325f1a1b60d5a259b93c4810e1729b737f0daf96074490843d99323d/pyrotel-0.9.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98bcfef61d52653bb5f199ff4daa194e73da30a6301f7320ac0788520966845f",
                "md5": "25020a811e6667023f6d96fc295f1245",
                "sha256": "788ac175fba78593d07ceafdd5de8d1a9f910f535b6772392059e9c83ea3abeb"
            },
            "downloads": -1,
            "filename": "pyrotel-0.9.3.tar.gz",
            "has_sig": false,
            "md5_digest": "25020a811e6667023f6d96fc295f1245",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.6",
            "size": 6804,
            "upload_time": "2024-05-11T17:50:13",
            "upload_time_iso_8601": "2024-05-11T17:50:13.683455Z",
            "url": "https://files.pythonhosted.org/packages/98/bc/fef61d52653bb5f199ff4daa194e73da30a6301f7320ac0788520966845f/pyrotel-0.9.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-11 17:50:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Erfan-Bafandeh",
    "github_project": "pyrotel",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyrotel"
}
        
Elapsed time: 0.23195s