ianklatzco / atprototools

easy-to-use and ergonomic library for interacting with bluesky
MIT License
62 stars 11 forks source link

Alt text for images #19

Open johnhorner opened 1 year ago

johnhorner commented 1 year ago

Am I right in assuming that this isn't implemented yet?

ianklatzco commented 1 year ago

yes, you're right, should be super easy to add since it's already here:

https://github.com/ianklatzco/atprototools/blob/f8deef8c870ad057fa514fb633852652d149236f/atprototools/__init__.py#L200

just make post_bloot(...., alt_text=None) and then do "alt": alt_text in the linked line!