This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |