Arsein


NameArsein JSON
Version 7.8.6 PyPI version JSON
download
home_pagehttps://github.com/Arseinlibrary/Arsein__library.git
Summarylibrary Robot Rubika
upload_time2024-03-07 17:48:16
maintainer
docs_urlNone
authorarian abasi nedamane
requires_python
licenseMIT
keywords arsein arseinrubika arseinrubika arsein bot bot bot robot robot robot self api api api rubika rubika rubika python python aiohttp asyncio
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

## ArseinRubika

> Elegant, modern and asynchronous Rubika 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="ArseinRubika" width="128">
    <br>
    <b>library Arsein Rubika</b>
    <br>
</p>

###  Arsein library documents soon...


### How to import the Rubik's library

``` bash
from arsein import Messenger

Or

from arsein import Robot_Rubika
```

### How to import the anti-advertising class

``` bash
from arsein.Zedcontent import Antiadvertisement
```

### How to install the library

``` bash
pip install Arsein==7.8.6
```

### My ID in Telegram

``` bash
@Team_Arsein
```
## An example:
``` python
from arsein 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 import Robot_Rubika

bot = Robot_Rubika("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 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 Arsein==7.8.6
```

### 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/Arsein==7.8.6
```


Made by Team ArianBot

Address of our team's GitHub :

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


### Key Features

- **Ready**: Install ArseinRubika with pip and start building your applications right away.
- **Easy**: Makes the Rubika 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 Rubika'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": "Arsein",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Arsein,Arseinrubika,ArseinRubika,arsein,bot,Bot,BOT,Robot,ROBOT,robot,self,api,API,Api,rubika,Rubika,RUBIKA,Python,python,aiohttp,asyncio",
    "author": "arian abasi nedamane",
    "author_email": "aryongram@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/df/13/f8a77eeba8afd5a474715b3d0fdaba5ce8b8c0110bb844321b894e005d63/Arsein-7.8.6.tar.gz",
    "platform": null,
    "description": "\r\n\r\n## ArseinRubika\r\n\r\n> Elegant, modern and asynchronous Rubika 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=\"ArseinRubika\" width=\"128\">\r\n    <br>\r\n    <b>library Arsein Rubika</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 Rubik's library\r\n\r\n``` bash\r\nfrom arsein import Messenger\r\n\r\nOr\r\n\r\nfrom arsein import Robot_Rubika\r\n```\r\n\r\n### How to import the anti-advertising class\r\n\r\n``` bash\r\nfrom arsein.Zedcontent import Antiadvertisement\r\n```\r\n\r\n### How to install the library\r\n\r\n``` bash\r\npip install Arsein==7.8.6\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 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 import Robot_Rubika\r\n\r\nbot = Robot_Rubika(\"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 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 Arsein==7.8.6\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/Arsein==7.8.6\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 ArseinRubika with pip and start building your applications right away.\r\n- **Easy**: Makes the Rubika 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 Rubika'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 Rubika",
    "version": "7.8.6",
    "project_urls": {
        "Homepage": "https://github.com/Arseinlibrary/Arsein__library.git"
    },
    "split_keywords": [
        "arsein",
        "arseinrubika",
        "arseinrubika",
        "arsein",
        "bot",
        "bot",
        "bot",
        "robot",
        "robot",
        "robot",
        "self",
        "api",
        "api",
        "api",
        "rubika",
        "rubika",
        "rubika",
        "python",
        "python",
        "aiohttp",
        "asyncio"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8959a86fa777a028e63a716ce8fda657424ca8f0a67c71d9eb3b33e9bb83f53",
                "md5": "31c8d8c32e6ea9ece2f633657c73856d",
                "sha256": "dd87d63be46be6d9910b2afb442a269afda9959bc655702267e76a36c4496c4d"
            },
            "downloads": -1,
            "filename": "Arsein-7.8.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "31c8d8c32e6ea9ece2f633657c73856d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 25888,
            "upload_time": "2024-03-07T17:48:13",
            "upload_time_iso_8601": "2024-03-07T17:48:13.086601Z",
            "url": "https://files.pythonhosted.org/packages/e8/95/9a86fa777a028e63a716ce8fda657424ca8f0a67c71d9eb3b33e9bb83f53/Arsein-7.8.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df13f8a77eeba8afd5a474715b3d0fdaba5ce8b8c0110bb844321b894e005d63",
                "md5": "35ced1a4d83c98fbddbf60fa40360ee5",
                "sha256": "6d8d0eaa0e8bb9b8f80cec92cae9f20693a637adedcba68bd2c1ad42013532af"
            },
            "downloads": -1,
            "filename": "Arsein-7.8.6.tar.gz",
            "has_sig": false,
            "md5_digest": "35ced1a4d83c98fbddbf60fa40360ee5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 23911,
            "upload_time": "2024-03-07T17:48:16",
            "upload_time_iso_8601": "2024-03-07T17:48:16.329726Z",
            "url": "https://files.pythonhosted.org/packages/df/13/f8a77eeba8afd5a474715b3d0fdaba5ce8b8c0110bb844321b894e005d63/Arsein-7.8.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-07 17:48:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Arseinlibrary",
    "github_project": "Arsein__library",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "arsein"
}
        
Elapsed time: 0.21044s