Logo

BLUESKY & SB

Wanna let your followers know when you're going live?

Or change your profile picture or display name while you are live?

Then you're at the right place

widetime

ACTION IMPORT
Loading...
SETUP

1. Copy the Action Import text from above into your clipboard.

2. In Streamer.bot, click the Import button at the top of the window. Paste the text into the Import String section and press Import at the bottom.

3. In Bluesky, go to Settings -> Privacy and security -> App passwords https://bsky.app/settings/app-passwords and add a new app password.

4. Type in any name you want and hit Next. Then copy your app password into your clipboard and click Done.

5. Back in Streamer.bot, head to the action [BLUESKY & SB] 0 - Credentials and enter your credentials.

Your bskyLogin is your entire handle, so pokimane.bsky.social instead of just pokimane.

Your bskyPassword is the app password you have just created and pasted into your clipboard.

And then you're done already!

Pog Clap

CREATE POST FORMAT

You can create a post in the [BLUESKY & SB] 1 - Create Post action. Special text formats or embeds like images, videos or links require a special format.

To change the content of your post, you can edit the bskyText subaction. The easiest way is to type your content in a text editor and then paste it into the subaction. Otherwise the Streamer.bot UI can give you hard time LUL

Line Breaks


You can create line breaks with two pipe symbols ||



Example

Hello, || || my name is tawmae. turns into:

Hello,

my name is tawmae.

Images


You can embed images from a link by enclosing it by two curly brackets {}

Images from filepath can be enclosed by two square brackets []

You can also add Alt Text by adding a pipe symbol at the end of the link/path.

Example

{https://live.staticflickr.com/65535/54307166711_7ff1034245_o.webp}

[C:\Memes\Cat_Meme.webp]

{https://live.staticflickr.com/65535/54307166711_7ff1034245_o.webp|This is an alt text}

Videos


Videos from filepath can be enclosed by two section symbols §§

Supported formats: .mp4, .mpeg, .webm, .mov

Alt Texts in videos aren't supported via the Bluesky API

Example

§C:\Memes\Cat_Eating.mp4§

URLs


To make links clickable, they can be enclosed by two angled brackets <>

You can enable URL preview cards by changing the bskyURLPreview subaction to True

Example

<https://tawmae.xyz/>

FAQ & EXAMPLES

How do I create an automatic post when I go live?

For that, navigate into the 1 - Create Post action and create a new trigger: Twitch -> Channel -> Stream Online. That one will fire once your stream goes live on Twitch. The trigger itself has the %game% variable with your current category, but if you wanted to integrate the title into your post too, we'd have to create a subaction Twitch -> User -> Get User Info For Target and choose Broadcaster in the dropdown menu. We then place that subaction on top of the action. Then we can use %game% and %targetChannelTitle% in our post.



And here's an example of a text you can put in your bskyText argument, which will then result in the post below :)



We are live: '%targetChannelTitle%' || || ... and we're playing %game% today! Hope to see you in chat <3 || || <https://twitch.tv/%targetUserName%> || || #Twitch || #Stream



CHANGELOG
Date Changes Version
February 02, 2025 Release 1.0.0