Skip to main content

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

Project description

bloxlink.py

Overview

Bloxlink.py is a lightweight wrapper for the Bloxlink 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 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

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

from src import bloxlink

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

userid = client.guild_roblox_to_discord(userid=IDHERE)

print(userid)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bloxlink.py-0.0.2.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

bloxlink.py-0.0.2-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page