/bluesky-python

Python Bluesky API Wrapper

Primary LanguagePython

Bluesky-Python

Just a blazingly fast, very lightweight, bleeding-edge wrapper around the Bluesky API

Installation

pip install -U bluesky-python

Example

from bluesky import BlueskyBasicClient

client = BlueskyBasicClient.from_login_data("example.bsky.social", "1234567890")

client.say("Hello World!")