Skip to content

Releases: ebiggz/firebot-script-bluesky

Release v2.2.0

22 Jan 02:09
fc8995f
Compare
Choose a tag to compare

What's Changed

  • Feat: Delete Post on Bluesky Effect by @Oceanity in #2

Full Changelog: v2.1.0...v2.2.0

Release v2.1.0

13 Dec 20:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

25 Nov 18:00
5154b09
Compare
Choose a tag to compare

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

Screenshot 2024-11-25 at 11 58 22 AM
image

v1.0.0

19 Nov 18:03
Compare
Choose a tag to compare