Just a blazingly fast, very lightweight, bleeding-edge wrapper around the Bluesky API
pip install -U bluesky-python
from bluesky import BlueskyBasicClient
client = BlueskyBasicClient.from_login_data("example.bsky.social", "1234567890")
client.say("Hello World!")