SibylSystem


NameSibylSystem JSON
Version 0.0.25 PyPI version JSON
download
home_pagehttps://github.com/MinistryOfWelfare/SibylSystem-Py
SummaryPython Wrapper for the Sibyl System Antispam API for telegram
upload_time2024-06-22 15:40:41
maintainerNone
docs_urlNone
authorSayan
requires_python<4.0,>=3.7
licenseNone
keywords sibyl wrapper telegram antispam api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SibylSystem-Py

>Python3 wrapper for the Sibyl System antispam API for telegram

## Installation

```
pip install sibylsystem
```

# Usage

```py
>>> from SibylSystem import PsychoPass
>>> c = PsychoPass("your token")

    SibylSystem-Py Copyright (C) 2024 Kaizoku
    This program comes with ABSOLUTELY NO WARRANTY.
    This is free software, and you are welcome to redistribute it
    under certain conditions.

>>> c.get_info(2037525377)
Ban(user_id=2037525377, banned=True, reason='Arcane', message='', ban_source_url='', date='2021-10-30T18:47:00.004137+05:30', banned_by=895373440, crime_coefficient=0)
```

# Docs ?

**Open the source and read the docstrings**

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MinistryOfWelfare/SibylSystem-Py",
    "name": "SibylSystem",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": "sibyl, wrapper, telegram, antispam, api",
    "author": "Sayan",
    "author_email": "dank@kaizoku.cyou",
    "download_url": "https://files.pythonhosted.org/packages/9d/11/609987943b2a98d326626e8f5cb9cb4ccbced01f29f44713a567a29958ae/sibylsystem-0.0.25.tar.gz",
    "platform": null,
    "description": "# SibylSystem-Py\n\n>Python3 wrapper for the Sibyl System antispam API for telegram\n\n## Installation\n\n```\npip install sibylsystem\n```\n\n# Usage\n\n```py\n>>> from SibylSystem import PsychoPass\n>>> c = PsychoPass(\"your token\")\n\n    SibylSystem-Py Copyright (C) 2024 Kaizoku\n    This program comes with ABSOLUTELY NO WARRANTY.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions.\n\n>>> c.get_info(2037525377)\nBan(user_id=2037525377, banned=True, reason='Arcane', message='', ban_source_url='', date='2021-10-30T18:47:00.004137+05:30', banned_by=895373440, crime_coefficient=0)\n```\n\n# Docs ?\n\n**Open the source and read the docstrings**\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python Wrapper for the Sibyl System Antispam API for telegram",
    "version": "0.0.25",
    "project_urls": {
        "Homepage": "https://github.com/MinistryOfWelfare/SibylSystem-Py"
    },
    "split_keywords": [
        "sibyl",
        " wrapper",
        " telegram",
        " antispam",
        " api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41580115bbf6b22a536954d365d54add7f6c6f50b9180e67b6e6df4e3cdb4f63",
                "md5": "677561127de5d6ff5aed58080a19311c",
                "sha256": "032dd9bea87ead975ee3136c20c3b7881879cb5a28d6db9fd37c2487ad4a7a6d"
            },
            "downloads": -1,
            "filename": "sibylsystem-0.0.25-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "677561127de5d6ff5aed58080a19311c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 24277,
            "upload_time": "2024-06-22T15:40:39",
            "upload_time_iso_8601": "2024-06-22T15:40:39.152377Z",
            "url": "https://files.pythonhosted.org/packages/41/58/0115bbf6b22a536954d365d54add7f6c6f50b9180e67b6e6df4e3cdb4f63/sibylsystem-0.0.25-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d11609987943b2a98d326626e8f5cb9cb4ccbced01f29f44713a567a29958ae",
                "md5": "f00bde314f5344b8f36554eb5515a9df",
                "sha256": "33d705c87b57ae94433b5ae897ba07c65019e8127802c968ea3918687320a479"
            },
            "downloads": -1,
            "filename": "sibylsystem-0.0.25.tar.gz",
            "has_sig": false,
            "md5_digest": "f00bde314f5344b8f36554eb5515a9df",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 18272,
            "upload_time": "2024-06-22T15:40:41",
            "upload_time_iso_8601": "2024-06-22T15:40:41.248148Z",
            "url": "https://files.pythonhosted.org/packages/9d/11/609987943b2a98d326626e8f5cb9cb4ccbced01f29f44713a567a29958ae/sibylsystem-0.0.25.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-22 15:40:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MinistryOfWelfare",
    "github_project": "SibylSystem-Py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sibylsystem"
}
        
Elapsed time: 0.58257s