Skip to content

Instantly share code, notes, and snippets.

View CleasbyCode's full-sized avatar

Nicholas Cleasby CleasbyCode

View GitHub Profile
#!/usr/bin/env python3
"""Bluesky posting helper adapted from Bryan Newbold's original script:
https://gist.github.com/bnewbold
https://bsky.app/profile/bnewbold.net
Supports hashtags, per-image alt text, and Pillow-derived aspect ratios.
Requires: requests, beautifulsoup4, pillow
$ pip install requests beautifulsoup4 pillow