Spectrum.py

Latest version: v0.0.7

Safety actively analyzes 626555 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.7

Use urlsafe B64 decoding

0.0.6

Bug fixes and a new example

0.0.5

0.0.4

Adds a new class for fetching information from RSI's Community Hub's GraphQL API, including basic user profile data. See the following example

py
import asyncio
from spectrum import CommunityHubClient

async def run():
client = CommunityHubClient()
print(await client.fetch_user_profile("Khuzdul"))

asyncio.run(run())

0.0.3

Fixes some bugs related to sending messages

0.0.2

Added `HTTPClient` for making requests to Spectrum's API without opening a gateway websocket

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.