Releases: henry232323/spectrum.py
Releases · henry232323/spectrum.py
spectrum v0.0.9
Improve version compatibility, improve error handling, and refactor a little
spectrum v0.0.8
Fixes bugs, adds a way to stop running the bot, and improves timestamp parsing and error logging.
spectrum.py v0.0.7
Use urlsafe B64 decoding
spectrum.py v0.0.6
Bug fixes and a new example
spectrum.py v0.0.5
Bump version
spectrum.py v0.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
import asyncio
from spectrum import CommunityHubClient
async def run():
    client = CommunityHubClient()
    print(await client.fetch_user_profile("Khuzdul"))
asyncio.run(run())spectrum.py v0.0.3
Fixes some bugs related to sending messages
spectrum.py v0.0.2
Added HTTPClient for making requests to Spectrum's API without opening a gateway websocket