This app posts a new Tweet with a link to your stream whenever you go Live on Twitch.
Getting Started
- Install the app
- Link your Twitch and Twitter accounts
- You're all set! Whenever you start streaming live on Twitch, a new Tweet will automatically be posted
with a link to your stream.
To customize the Tweet content go to the /functions/events/twitch/me/stream/online.js
, and modify the code that send the Tweet:
await lib.twitter.tweets['@1.1.1'].statuses.create({
status: `π΄ I'm live on Twitch! https://www.twitch.tv/${context.params.event.broadcaster_user_login} \nStream started: ${streamStarted}`
});
You can fully change the contents of the Tweet to be whatever you like!
Thank You!
If you have any questions or feedback, please join our community Discord server
from the link in the top bar. You can also follow us on Twitter, @AutocodeHQ.