Rainbow Six Siege API interface
Reason this release was yanked:
unusable, breaking bugs
Project description
How to install
pip install siegeapi
Quick example
from siegeapi import Auth
import asyncio
async def sample():
auth = Auth("UBI_EMAIL", "UBI_PASSWORD")
player = await auth.get_player(uid="7e0f63df-a39b-44c5-8de0-d39a05926e77")
print(f"Name: {player.name}")
print(f"Profile pic URL: {player.profile_pic_url}")
await player.load_playtime()
print(f"Total Time Played: {player.total_time_played}")
await player.load_progress()
print(f"Level: {player.level}")
print(f"Alpha pack %: {player.alpha_pack}")
print(f"XP: {player.xp}")
await auth.close()
asyncio.get_event_loop().run_until_complete(sample())
# Or `asyncio.run(sample())`
Output
Name: CNDRD
Profile pic URL: https://ubisoft-avatars.akamaized.net/7e0f63df-a39b-44c5-8de0-d39a05926e77/default_256_256.png
Level: 261
Alpha pack %: 3250
XP: 118420
Docs
For docs visit WIKI
Type hints
Everything is type hinted to the best of my abilities
If there's something missing or wrong, let me know or submit a PR
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
siegeapi-2.0.0.tar.gz
(26.0 kB
view details)
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
siegeapi-2.0.0-py3-none-any.whl
(34.3 kB
view details)
File details
Details for the file siegeapi-2.0.0.tar.gz.
File metadata
- Download URL: siegeapi-2.0.0.tar.gz
- Upload date:
- Size: 26.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2a0aa40a4e508202ed3bde547b5a74e0aa1ae09ec6a4308d2f9afd13c1df79b
|
|
| MD5 |
eaf8bcac8ebdf00d719c777078900cab
|
|
| BLAKE2b-256 |
1a9cb8e8172ee196620e20314903c91eeaa6896f46888006f80af13fb2d5e609
|
File details
Details for the file siegeapi-2.0.0-py3-none-any.whl.
File metadata
- Download URL: siegeapi-2.0.0-py3-none-any.whl
- Upload date:
- Size: 34.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0a3156fff4aced3ceb61d2f52f076c3f8739a337f4862a22116af77ae0e759a
|
|
| MD5 |
ef662ee7b34799eb1e57c101d915928b
|
|
| BLAKE2b-256 |
2dab8f77980c4a983da0e1616989e2e05a6ecc49458b93db563d04af032e539a
|