Skip to main content

A Python interface for interacting with the BlueSky social network's API.

Project description

bsky-bridge: A Python Library for the BlueSky API

bsky-bridge is a Python library designed to bridge the interaction between Python applications and the BlueSky Social Network via its API.

Table of Contents

Features

  • Easy authentication with the BlueSky API.
  • Functions to post text and images to BlueSky via the API.

Installation

pip install bsky-bridge

Usage

Creating a Session

Start by establishing a session with your BlueSky handle and App passwords (To be created in your account settings):

from bsky_bridge import BskySession

session = BskySession("your_handle.bsky.social", "your_APPpassword")

Posting Content

After initializing a session, you can post text to BlueSky:

from bsky_bridge import post_text

response = post_text(session, "Hello BlueSky!")
print(response)

Posting Images

To post images along with text, you can use the post_image method:

from bsky_bridge import post_image

postText = "Check out this cool image!"
imagePath = "path_to_your_image.jpeg"
altText = "An awesome image"
response = post_image(session, postText, imagePath, altText)
print(response)

Note: The library automatically handles resizing and compressing larger images to ensure they do not exceed 1 MB in size, all while maintaining a quality balance. This ensures efficient and quick image uploads.

Contribution

Contributions are welcome! Please submit issues for any bug or problem you discover, and pull requests for new features or fixes.

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bsky-bridge-1.0.2.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

bsky_bridge-1.0.2-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file bsky-bridge-1.0.2.tar.gz.

File metadata

  • Download URL: bsky-bridge-1.0.2.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for bsky-bridge-1.0.2.tar.gz
Algorithm Hash digest
SHA256 38b04556a9a664aee2a3cd9d06549b27b1806ede9e0cc77feaa02ade06458ba6
MD5 f7026dd6b0c90528487ea79ab9dd60bb
BLAKE2b-256 5da680cd39012e70468557aeac30b845cb0b7e41e80688871ac389a72da8da87

See more details on using hashes here.

File details

Details for the file bsky_bridge-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: bsky_bridge-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 6.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for bsky_bridge-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1ffc05d5c3e1953cdd8477adff640eda6cb37b7e32b02e1004b612aa26c6219e
MD5 ea77af446eeed0d44b0dd81508f01cba
BLAKE2b-256 bd57a64d4bd23e39ece0f374bbc31e852bb3471b08c2d3af7ea57af287787c57

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page