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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bloxlink.py-0.0.2.tar.gz.
File metadata
- Download URL: bloxlink.py-0.0.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7accb4c63d6f770cfaba58c12ec37f5e53868a246f21905ec29fc8bc53760064
|
|
| MD5 |
a6db6d89bfb9c4f62169813572312aa7
|
|
| BLAKE2b-256 |
bea35bfd8fabd99dae221b25a2b4fb753153c5324da4bad761ea8620169ee421
|
File details
Details for the file bloxlink.py-0.0.2-py3-none-any.whl.
File metadata
- Download URL: bloxlink.py-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2310a6f4d73e74cb05cc7bdec4637c1939e5d4e87cacb2052911b3001007f7eb
|
|
| MD5 |
827e852d1ef7f010734a0d32d6c42822
|
|
| BLAKE2b-256 |
11767f5803f0dbb443cfa2944da95faf09d7dd07cf0080dda54d4b81469e1cab
|