ArseinShad


NameArseinShad JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/Arseinlibrary/Arsein__library.git
Summarylibrary Robot Shad
upload_time2024-03-08 12:51:57
maintainer
docs_urlNone
authorarian abasi nedamane
requires_python
licenseMIT
keywords arsein arseinshad arseinshad arsein bot bot bot robot robot robot self api api api shad shad shad python python aiohttp asyncio arseinshad arseinshad
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

## ArseinShad

> Elegant, modern and asynchronous Shad MTProto API framework in Python for users and bots

<p align="center">
    <img src="https://s6.uupload.ir/files/img_20240111_123815_369_5ni9.jpg" alt="ArseinShad" width="128">
    <br>
    <b>library Arsein Shad</b>
    <br>
</p>

###  Arsein library documents soon...


### How to import the Shad's library

``` bash
from arsein_shad import Messenger

Or

from arsein_shad import Robot_Shad
```

### How to import the anti-advertising class

``` bash
from arsein_shad.Zedcontent import Antiadvertisement
```

### How to install the library

``` bash
pip install arseinshad==1.0.0
```

### My ID in Telegram

``` bash
@Team_Arsein
```
## An example:
``` python
from arsein_shad import Messenger

bot = Messenger("Your Auth Account"," key Account")

gap = "your guid or gap or pv or channel"

bot.sendMessage(gap,"libraryArsein")
```

## And Or:
``` python
from arsein_shad import Robot_Shad

bot = Robot_Shad("Your Auth Account"," key Account")

gap = "your guid or gap or pv or channel"

bot.sendMessage(gap,"libraryArsein")
```

## Or if the privatekey was decoded under the web
``` python
from arsein_shad import Messenger

bot = Messenger("Your Auth Account"," key Account","web")

gap = "your guid or gap or pv or channel"

bot.sendMessage(gap,"libraryArsein")
```


### Installing

``` bash
pip install arseinshad==1.0.0
```

### Or

> And if pip was filtered, enter the following code in the terminal to install the library

``` bash
pip install --trusted-host https://pypi.tuna.tsinghua.edu.cn -i https://pypi.tuna.tsinghua.edu.cn/simple/arseinshad==1.0.0
```


Made by Team ArianBot

Address of our team's GitHub :

https://github.com/Arseinlibrary/Arsein__library.git


### Key Features

- **Ready**: Install ArseinShad with pip and start building your applications right away.
- **Easy**: Makes the Shad API simple and intuitive, while still allowing advanced usages.
- **Elegant**: Low-level details are abstracted and re-presented in a more convenient way.
- **Fast**: Boosted up by pycryptodome, a high-performance cryptography library written in C.
- **Async**: Fully asynchronous (also usable synchronously if wanted, for convenience).
- **Powerful**: Full access to Shad's API to execute any official client action and more.


### Our channel in messengers

``` bash
Our channel in Ita

https://eitaa.com/ArseinTeam

Our channel in Soroush Plus

https://splus.ir/ArseinTeam

Our channel in Rubika

https://rubika.ir/Support_libdaryArseinRubika

Our channel in the Gap

https://gap.im/ArseinTeam

Our channel on Telegram

https://t.me/ArseinTeam
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Arseinlibrary/Arsein__library.git",
    "name": "ArseinShad",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Arsein,Arseinshad,ArseinShad,arsein,bot,Bot,BOT,Robot,ROBOT,robot,self,api,API,Api,shad,Shad,SHAD,Python,python,aiohttp,asyncio,Arseinshad,ArseinShad",
    "author": "arian abasi nedamane",
    "author_email": "aryongram@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/aa/14/ce5744388bfee62b32498b1ff09c7052d3e0f91fed7ce71bd0cf7338d421/ArseinShad-1.0.0.tar.gz",
    "platform": null,
    "description": "\r\n\r\n## ArseinShad\r\n\r\n> Elegant, modern and asynchronous Shad MTProto API framework in Python for users and bots\r\n\r\n<p align=\"center\">\r\n    <img src=\"https://s6.uupload.ir/files/img_20240111_123815_369_5ni9.jpg\" alt=\"ArseinShad\" width=\"128\">\r\n    <br>\r\n    <b>library Arsein Shad</b>\r\n    <br>\r\n</p>\r\n\r\n###  Arsein library documents soon...\r\n\r\n\r\n### How to import the Shad's library\r\n\r\n``` bash\r\nfrom arsein_shad import Messenger\r\n\r\nOr\r\n\r\nfrom arsein_shad import Robot_Shad\r\n```\r\n\r\n### How to import the anti-advertising class\r\n\r\n``` bash\r\nfrom arsein_shad.Zedcontent import Antiadvertisement\r\n```\r\n\r\n### How to install the library\r\n\r\n``` bash\r\npip install arseinshad==1.0.0\r\n```\r\n\r\n### My ID in Telegram\r\n\r\n``` bash\r\n@Team_Arsein\r\n```\r\n## An example:\r\n``` python\r\nfrom arsein_shad import Messenger\r\n\r\nbot = Messenger(\"Your Auth Account\",\" key Account\")\r\n\r\ngap = \"your guid or gap or pv or channel\"\r\n\r\nbot.sendMessage(gap,\"libraryArsein\")\r\n```\r\n\r\n## And Or:\r\n``` python\r\nfrom arsein_shad import Robot_Shad\r\n\r\nbot = Robot_Shad(\"Your Auth Account\",\" key Account\")\r\n\r\ngap = \"your guid or gap or pv or channel\"\r\n\r\nbot.sendMessage(gap,\"libraryArsein\")\r\n```\r\n\r\n## Or if the privatekey was decoded under the web\r\n``` python\r\nfrom arsein_shad import Messenger\r\n\r\nbot = Messenger(\"Your Auth Account\",\" key Account\",\"web\")\r\n\r\ngap = \"your guid or gap or pv or channel\"\r\n\r\nbot.sendMessage(gap,\"libraryArsein\")\r\n```\r\n\r\n\r\n### Installing\r\n\r\n``` bash\r\npip install arseinshad==1.0.0\r\n```\r\n\r\n### Or\r\n\r\n> And if pip was filtered, enter the following code in the terminal to install the library\r\n\r\n``` bash\r\npip install --trusted-host https://pypi.tuna.tsinghua.edu.cn -i https://pypi.tuna.tsinghua.edu.cn/simple/arseinshad==1.0.0\r\n```\r\n\r\n\r\nMade by Team ArianBot\r\n\r\nAddress of our team's GitHub :\r\n\r\nhttps://github.com/Arseinlibrary/Arsein__library.git\r\n\r\n\r\n### Key Features\r\n\r\n- **Ready**: Install ArseinShad with pip and start building your applications right away.\r\n- **Easy**: Makes the Shad API simple and intuitive, while still allowing advanced usages.\r\n- **Elegant**: Low-level details are abstracted and re-presented in a more convenient way.\r\n- **Fast**: Boosted up by pycryptodome, a high-performance cryptography library written in C.\r\n- **Async**: Fully asynchronous (also usable synchronously if wanted, for convenience).\r\n- **Powerful**: Full access to Shad's API to execute any official client action and more.\r\n\r\n\r\n### Our channel in messengers\r\n\r\n``` bash\r\nOur channel in Ita\r\n\r\nhttps://eitaa.com/ArseinTeam\r\n\r\nOur channel in Soroush Plus\r\n\r\nhttps://splus.ir/ArseinTeam\r\n\r\nOur channel in Rubika\r\n\r\nhttps://rubika.ir/Support_libdaryArseinRubika\r\n\r\nOur channel in the Gap\r\n\r\nhttps://gap.im/ArseinTeam\r\n\r\nOur channel on Telegram\r\n\r\nhttps://t.me/ArseinTeam\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "library Robot Shad",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/Arseinlibrary/Arsein__library.git"
    },
    "split_keywords": [
        "arsein",
        "arseinshad",
        "arseinshad",
        "arsein",
        "bot",
        "bot",
        "bot",
        "robot",
        "robot",
        "robot",
        "self",
        "api",
        "api",
        "api",
        "shad",
        "shad",
        "shad",
        "python",
        "python",
        "aiohttp",
        "asyncio",
        "arseinshad",
        "arseinshad"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c980cfaf2327dba57ae6d723e3f9ab1d614199af3a58d8cb706474f1cac52b4",
                "md5": "d2c73c9ae492017bd670df09b3ca5fb0",
                "sha256": "cfab7864eedc945d5254aed9f6928256236377ac659fe22782fdffb917f0ceb0"
            },
            "downloads": -1,
            "filename": "ArseinShad-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d2c73c9ae492017bd670df09b3ca5fb0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 26079,
            "upload_time": "2024-03-08T12:51:55",
            "upload_time_iso_8601": "2024-03-08T12:51:55.731084Z",
            "url": "https://files.pythonhosted.org/packages/5c/98/0cfaf2327dba57ae6d723e3f9ab1d614199af3a58d8cb706474f1cac52b4/ArseinShad-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa14ce5744388bfee62b32498b1ff09c7052d3e0f91fed7ce71bd0cf7338d421",
                "md5": "c79d29d89fb6ca95af2c64cf6b443b45",
                "sha256": "394a8809f8d2648c9647d7504972bde6e8c944d6995746a3291f7cf4725f81d5"
            },
            "downloads": -1,
            "filename": "ArseinShad-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c79d29d89fb6ca95af2c64cf6b443b45",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 23960,
            "upload_time": "2024-03-08T12:51:57",
            "upload_time_iso_8601": "2024-03-08T12:51:57.889196Z",
            "url": "https://files.pythonhosted.org/packages/aa/14/ce5744388bfee62b32498b1ff09c7052d3e0f91fed7ce71bd0cf7338d421/ArseinShad-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-08 12:51:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Arseinlibrary",
    "github_project": "Arsein__library",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "arseinshad"
}
        
Elapsed time: 0.21042s