Releases: ebiggz/firebot-script-bluesky
Releases · ebiggz/firebot-script-bluesky
Release v2.2.0
What's Changed
Full Changelog: v2.1.0...v2.2.0
Release v2.1.0
v2.0.0
Caution
If you are updating from 1.0, you will need to re-configure your Bluesky account after updating in Settings > Integrations > Bluesky (click Configure)
2.0 Update Notes
- The script now registers a proper Bluesky integration, which shows up in Firebot under Settings > Integrations
- Improvements to the Post to Bluesky effect
- Added options to embed a link or attach images to new posts
- Added options for post interaction settings (who can reply)
- Added ability to post as a reply
- The effect now outputs the AT URI of the created post, which can be used in conjunction with the reply feature to create threads
- Added various Bluesky Events: Follow, Like, Reply, Repost, Quote, and Mention
- Added many $ replace variables to access relevant data from these events such as the username, avatar url, etc. Best way to see all the variables is to search "bluesky" in the variable menu
-
Note: Bluesky events are currently detected by polling the same API endpoint which powers your bluesky notifications feed, every 5 seconds. This is extremely performant compared to other options but you may notice slight delays.
- Added Like Post on Bluesky effect
- Allows you to automatically like a post
- Works with the Reply, Quote, and Mention event types
Full Changelog: v1.0.0...v2.0.0