Askpyro


NameAskpyro JSON
Version 1.73.5 PyPI version JSON
download
home_pagehttps://github.com/Abishnoi69
SummaryEasy conversation handler for pyrogram
upload_time2023-05-17 10:28:17
maintainer
docs_urlNone
authorAbishnoi
requires_python~=3.7
licenseLGPLv3
keywords telegram chat messenger mtproto api client library python conversation
VCS
bugtrack_url
requirements aiofiles aiohttp httpx pyrogram tgcrypto
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ᴀsᴋ-ᴘʏʀᴏ :->

> sᴛᴀʀᴛ ᴀsᴋ-ᴄʟɪᴇɴᴛ ᴡɪᴛʜ @ᴀᴘᴘ [ᴘʏʀᴏɢʀᴀᴍ ᴄʟɪᴇɴᴛ]
```python
  from askpyro import Askclient
  from pyrogram import Client ,filters
  
  app = Client("my_account")
  read = Askclient(app)

  @app.on_message(filters.command("start"))
  async def start_pm(c: app, m: Message):
    answer = await read.ask(m, text)
    if answer.text:
     print(answer.text)
    await answer.reply("ɪ ɢᴏᴛ ᴀɴsᴡᴇʀ..")

  app.run()
```


### ɪɴsᴛᴀʟʟɪɴɢ :->

```bash
pip3 install askpyro
```

<details>
<summary><h3>
- <b> ᴄᴏɴᴠᴇʀsᴀᴛɪᴏɴ ɪɴ ᴘʏʀᴏɢʀᴀᴍ :-></b>
</h3></summary>
<a href="https://github.com/Abishnoi69/Askpyro/wiki/Conversation"><img src="https://img.shields.io/badge/ᴄᴏɴᴠᴇʀsᴀᴛɪᴏɴ-903022f?logo=github"></a>
</details>

<details>
<summary><h3>
- <b> ᴡɪᴋɪ / ʜᴏᴡ ᴛᴏ ᴜsᴇ :-></b>
</h3></summary>
<a href="https://github.com/Abishnoi69/askpyro/wiki"><img src="https://img.shields.io/badge/ᴡɪᴋɪ-1589F0?logo=github"></a>
</details>

<details>
<summary><h3>
- <b> ᴇxᴀᴍᴘʟᴇ :-></b>
</h3></summary>
<a href="https://github.com/Abishnoi69/askpyro/tree/main/examples"><img src="https://img.shields.io/badge/ᴇxᴀᴍᴘʟᴇs-c5f015?logo=github"></a>
</details>

<details>
<summary><h3>
- <b> ᴛᴇʟᴇɢʀᴀᴍ ɢʀᴏᴜᴘ :-></b>
</h3></summary>
<a href="https://telegram.me/AbishnoiMF"><img src="https://img.shields.io/badge/-Support%20Group-blue.svg?style=for-the-badge&logo=Telegram"></a>
</details>


━━━━━━━━━━━━━━━━━━━━
## ɴᴏᴛᴇ :->

- This library is made for my personal Project so don't take it deeply  [you can use this 24*7 running ] 
- My Project [AbgRobot](https://t.me/AbgRobot) & [Exon_Robot](https://t.me/Exon_Robot) 
- Enjoy Baby 

━━━━━━━━━━━━━━━━━━━━ 
 
<details>
<summary><h3>
- <b>ᴄʀᴇᴅɪᴛs :-></b>
</h3></summary>

➥ [𝐀𝖻𝗂𝗌𝗁𝗇𝗈𝗂] ↬ <a href="https://github.com/Abishnoi69" alt="Abishnoi69"> <img src="https://img.shields.io/badge/ᴀʙɪsʜɴᴏɪ-90302f?logo=github" /></a>  

➥ [𝐏ʏʀᴏɢʀᴀᴍ] ↬ <a href="https://github.com/pyrogram" alt="Pyrogram"> <img src="https://img.shields.io/badge/Pyrogram-90302f?logo=github" /></a>  
  
➥ [𝐒ᴘɪᴅᴇʀ] ↬ <a href="https://github.com/Surendra9123" alt="Surendra9123"> <img src="https://img.shields.io/badge/SPiDER-90302f?logo=github" /></a>  
━━━━━━━━━━━━━━━━━━━━
</details>
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Abishnoi69",
    "name": "Askpyro",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": "",
    "keywords": "telegram chat messenger mtproto api client library python conversation",
    "author": "Abishnoi",
    "author_email": "abishnoi@askpyro.org",
    "download_url": "https://files.pythonhosted.org/packages/b1/1d/91f1e1340f91274bfc97fac9742214f918529da706231c4c18c8f04ec375/Askpyro-1.73.5.tar.gz",
    "platform": null,
    "description": "# \u1d00s\u1d0b-\u1d18\u028f\u0280\u1d0f :->\n\n> s\u1d1b\u1d00\u0280\u1d1b \u1d00s\u1d0b-\u1d04\u029f\u026a\u1d07\u0274\u1d1b \u1d21\u026a\u1d1b\u029c @\u1d00\u1d18\u1d18 [\u1d18\u028f\u0280\u1d0f\u0262\u0280\u1d00\u1d0d \u1d04\u029f\u026a\u1d07\u0274\u1d1b]\n```python\n  from askpyro import Askclient\n  from pyrogram import Client ,filters\n  \n  app = Client(\"my_account\")\n  read = Askclient(app)\n\n  @app.on_message(filters.command(\"start\"))\n  async def start_pm(c: app, m: Message):\n    answer = await read.ask(m, text)\n    if answer.text:\n     print(answer.text)\n    await answer.reply(\"\u026a \u0262\u1d0f\u1d1b \u1d00\u0274s\u1d21\u1d07\u0280..\")\n\n  app.run()\n```\n\n\n### \u026a\u0274s\u1d1b\u1d00\u029f\u029f\u026a\u0274\u0262 :->\n\n```bash\npip3 install askpyro\n```\n\n<details>\n<summary><h3>\n- <b> \u1d04\u1d0f\u0274\u1d20\u1d07\u0280s\u1d00\u1d1b\u026a\u1d0f\u0274 \u026a\u0274 \u1d18\u028f\u0280\u1d0f\u0262\u0280\u1d00\u1d0d :-></b>\n</h3></summary>\n<a href=\"https://github.com/Abishnoi69/Askpyro/wiki/Conversation\"><img src=\"https://img.shields.io/badge/\u1d04\u1d0f\u0274\u1d20\u1d07\u0280s\u1d00\u1d1b\u026a\u1d0f\u0274-903022f?logo=github\"></a>\n</details>\n\n<details>\n<summary><h3>\n- <b> \u1d21\u026a\u1d0b\u026a / \u029c\u1d0f\u1d21 \u1d1b\u1d0f \u1d1cs\u1d07 :-></b>\n</h3></summary>\n<a href=\"https://github.com/Abishnoi69/askpyro/wiki\"><img src=\"https://img.shields.io/badge/\u1d21\u026a\u1d0b\u026a-1589F0?logo=github\"></a>\n</details>\n\n<details>\n<summary><h3>\n- <b> \u1d07x\u1d00\u1d0d\u1d18\u029f\u1d07 :-></b>\n</h3></summary>\n<a href=\"https://github.com/Abishnoi69/askpyro/tree/main/examples\"><img src=\"https://img.shields.io/badge/\u1d07x\u1d00\u1d0d\u1d18\u029f\u1d07s-c5f015?logo=github\"></a>\n</details>\n\n<details>\n<summary><h3>\n- <b> \u1d1b\u1d07\u029f\u1d07\u0262\u0280\u1d00\u1d0d \u0262\u0280\u1d0f\u1d1c\u1d18 :-></b>\n</h3></summary>\n<a href=\"https://telegram.me/AbishnoiMF\"><img src=\"https://img.shields.io/badge/-Support%20Group-blue.svg?style=for-the-badge&logo=Telegram\"></a>\n</details>\n\n\n\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\n## \u0274\u1d0f\u1d1b\u1d07 :->\n\n- This library is made for my personal Project so don't take it deeply  [you can use this 24*7 running ] \n- My Project [AbgRobot](https://t.me/AbgRobot) & [Exon_Robot](https://t.me/Exon_Robot) \n- Enjoy Baby \n\n\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 \n \n<details>\n<summary><h3>\n- <b>\u1d04\u0280\u1d07\u1d05\u026a\u1d1bs :-></b>\n</h3></summary>\n\n\u27a5 [\ud835\udc00\ud835\uddbb\ud835\uddc2\ud835\uddcc\ud835\uddc1\ud835\uddc7\ud835\uddc8\ud835\uddc2] \u21ac <a href=\"https://github.com/Abishnoi69\" alt=\"Abishnoi69\"> <img src=\"https://img.shields.io/badge/\u1d00\u0299\u026as\u029c\u0274\u1d0f\u026a-90302f?logo=github\" /></a>  \n\n\u27a5 [\ud835\udc0f\u028f\u0280\u1d0f\u0262\u0280\u1d00\u1d0d] \u21ac <a href=\"https://github.com/pyrogram\" alt=\"Pyrogram\"> <img src=\"https://img.shields.io/badge/Pyrogram-90302f?logo=github\" /></a>  \n  \n\u27a5 [\ud835\udc12\u1d18\u026a\u1d05\u1d07\u0280] \u21ac <a href=\"https://github.com/Surendra9123\" alt=\"Surendra9123\"> <img src=\"https://img.shields.io/badge/SPiDER-90302f?logo=github\" /></a>  \n\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\n</details>",
    "bugtrack_url": null,
    "license": "LGPLv3",
    "summary": "Easy conversation handler for pyrogram",
    "version": "1.73.5",
    "project_urls": {
        "Community": "https://t.me/AbishnoiMF",
        "Documentation": "https://github.com/Abishnoi69/askpyro/wiki",
        "Download": "https://github.com/Abishnoi69/Askpyro/releases/latest",
        "Homepage": "https://github.com/Abishnoi69",
        "Source": "https://github.com/Abishnoi69/Askpyro",
        "Tracker": "https://github.com/Abishnoi69/Askpyro/issues"
    },
    "split_keywords": [
        "telegram",
        "chat",
        "messenger",
        "mtproto",
        "api",
        "client",
        "library",
        "python",
        "conversation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b11d91f1e1340f91274bfc97fac9742214f918529da706231c4c18c8f04ec375",
                "md5": "d0179415f31c42af9eadef18cbf91b16",
                "sha256": "bfa6004fc383192b0a556bfb1348648130a54b8413b471707097f1a71718d13a"
            },
            "downloads": -1,
            "filename": "Askpyro-1.73.5.tar.gz",
            "has_sig": false,
            "md5_digest": "d0179415f31c42af9eadef18cbf91b16",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 13273,
            "upload_time": "2023-05-17T10:28:17",
            "upload_time_iso_8601": "2023-05-17T10:28:17.106044Z",
            "url": "https://files.pythonhosted.org/packages/b1/1d/91f1e1340f91274bfc97fac9742214f918529da706231c4c18c8f04ec375/Askpyro-1.73.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-17 10:28:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Abishnoi69",
    "github_project": "askpyro",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "aiofiles",
            "specs": []
        },
        {
            "name": "aiohttp",
            "specs": []
        },
        {
            "name": "httpx",
            "specs": []
        },
        {
            "name": "pyrogram",
            "specs": [
                [
                    "==",
                    "2.0.106"
                ]
            ]
        },
        {
            "name": "tgcrypto",
            "specs": []
        }
    ],
    "lcname": "askpyro"
}
        
Elapsed time: 0.07586s