- Visit Pipedream
- Sign in with Google or Github
Pipedream tutorial
- Visit https://pipedream.com/workflows
- Create a new workflow (top right)
Twitch Source
- In the triggers box, search for and click on Twitch
- Select Streams by Streamer
- Login with Twitch by opening the dropdown and using the Connect With Twitch button
- Scroll down to Timer and choose 1 Minute
- Insert the username(s) of the streamer(s) you would like updates for in Streamer Login Names
- Hit the Create Source button
Discord Webhook
Portions of this section were reused from the Twitter to Discord tutorial so it may not look the same as your Pipedream. However, the steps should still be the same
- Hit the + button to add a step
- In the search type in "Discord Webhook" and choose the first result
- Connect with Discord by hitting the button
- Choose the server and channel you want to send to
- Back on Pipedream add a message param
- Set the message content to
https://twitch.tv/{{event.user_login}}
- Hit Deploy at the top and you're all done
Test the Webhook
- In the Twitch step open the test dropdown
- Hit the Send Test Event button
- If everything works, you should get
- Visit https://pipedream.com/workflows
- Create a new workflow (top right)
Twitter Source
- Choose Create Event Source
- Select Twitter from the app list
- Select My Tweets from the source list
- Login with Twitter by using the Connect With Twitter button
- Scroll down to Timer and choose 1 Minute
- Hit the Create Source button
Discord Webhook
- Hit the + button to add a step
- In the search type in "Discord Webhook" and choose the first result
- Connect with Discord by hitting the button
- Choose the server and channel you want to send to
- Back on Pipedream add a message param
- Set the message content to
https://twitter.com/{{event.user.screen_name}}/status/{{event.id_str}}
- Hit Deploy at the top and you're all done
Test the webhook
- In the twitter step open the test dropdown
- Hit the Send Test Event button
- If everything works, you should get
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment