bloxlink.py


Namebloxlink.py JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryBloxlink.py is a lightweight wrapper for the [Bloxlink](https://blox.link) API.
upload_time2023-12-04 15:37:24
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT License Copyright (c) 2023 Redacted-Nac Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords bloxlink roblox discord
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bloxlink.py

## Overview
Bloxlink.py is a lightweight wrapper for the [Bloxlink](https://blox.link) API.

## Installation
To install the latest stable version of bloxlink.py, run the following command:

`python3 -m pip install bloxlink.py`

To install the latest **unstable** version of bloxlink.py, install [git-scm](https://git-scm.com/downloads) and run the following:

`python3 -m pip install git+https://github.com/Redacted-Nac/bloxlink.py.git`

## Basic Usage

### Fetch ROBLOX user ID from Discord ID with the guild API

```python

from src import bloxlink

client = bloxlink.Bloxlink(token="YOUR TOKEN HERE", guild=GUILDIDHERE)

userid = client.guild_discord_to_roblox(userid=IDHERE)

print(userid)
```

### Fetch Discord user ID from ROBLOX ID with the guild API

```python

from src import bloxlink

client = bloxlink.Bloxlink(token="YOUR TOKEN HERE", guild=DISCORDGUILDIDHERE)

userid = client.guild_roblox_to_discord(userid=IDHERE)

print(userid)
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bloxlink.py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "bloxlink,roblox,discord",
    "author": "",
    "author_email": "Redacted_Nac <nacinkc08@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/be/a3/5bfd8fabd99dae221b25a2b4fb753153c5324da4bad761ea8620169ee421/bloxlink.py-0.0.2.tar.gz",
    "platform": null,
    "description": "# bloxlink.py\n\n## Overview\nBloxlink.py is a lightweight wrapper for the [Bloxlink](https://blox.link) API.\n\n## Installation\nTo install the latest stable version of bloxlink.py, run the following command:\n\n`python3 -m pip install bloxlink.py`\n\nTo install the latest **unstable** version of bloxlink.py, install [git-scm](https://git-scm.com/downloads) and run the following:\n\n`python3 -m pip install git+https://github.com/Redacted-Nac/bloxlink.py.git`\n\n## Basic Usage\n\n### Fetch ROBLOX user ID from Discord ID with the guild API\n\n```python\n\nfrom src import bloxlink\n\nclient = bloxlink.Bloxlink(token=\"YOUR TOKEN HERE\", guild=GUILDIDHERE)\n\nuserid = client.guild_discord_to_roblox(userid=IDHERE)\n\nprint(userid)\n```\n\n### Fetch Discord user ID from ROBLOX ID with the guild API\n\n```python\n\nfrom src import bloxlink\n\nclient = bloxlink.Bloxlink(token=\"YOUR TOKEN HERE\", guild=DISCORDGUILDIDHERE)\n\nuserid = client.guild_roblox_to_discord(userid=IDHERE)\n\nprint(userid)\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Redacted-Nac  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Bloxlink.py is a lightweight wrapper for the [Bloxlink](https://blox.link) API.",
    "version": "0.0.2",
    "project_urls": {
        "Bug Reports": "https://github.com/Redacted-Nac/bloxlink.py/issues",
        "Source": "https://github.com/Redacted-Nac/bloxlink.py/"
    },
    "split_keywords": [
        "bloxlink",
        "roblox",
        "discord"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11767f5803f0dbb443cfa2944da95faf09d7dd07cf0080dda54d4b81469e1cab",
                "md5": "827e852d1ef7f010734a0d32d6c42822",
                "sha256": "2310a6f4d73e74cb05cc7bdec4637c1939e5d4e87cacb2052911b3001007f7eb"
            },
            "downloads": -1,
            "filename": "bloxlink.py-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "827e852d1ef7f010734a0d32d6c42822",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4831,
            "upload_time": "2023-12-04T15:37:21",
            "upload_time_iso_8601": "2023-12-04T15:37:21.906387Z",
            "url": "https://files.pythonhosted.org/packages/11/76/7f5803f0dbb443cfa2944da95faf09d7dd07cf0080dda54d4b81469e1cab/bloxlink.py-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bea35bfd8fabd99dae221b25a2b4fb753153c5324da4bad761ea8620169ee421",
                "md5": "a6db6d89bfb9c4f62169813572312aa7",
                "sha256": "7accb4c63d6f770cfaba58c12ec37f5e53868a246f21905ec29fc8bc53760064"
            },
            "downloads": -1,
            "filename": "bloxlink.py-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a6db6d89bfb9c4f62169813572312aa7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3855,
            "upload_time": "2023-12-04T15:37:24",
            "upload_time_iso_8601": "2023-12-04T15:37:24.781762Z",
            "url": "https://files.pythonhosted.org/packages/be/a3/5bfd8fabd99dae221b25a2b4fb753153c5324da4bad761ea8620169ee421/bloxlink.py-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-04 15:37:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Redacted-Nac",
    "github_project": "bloxlink.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bloxlink.py"
}
        
Elapsed time: 0.15179s