- Visit Pipedream
- Sign in with Google or Github
Last active
April 13, 2022 08:20
-
-
Save ItsRauf/48f252c931ac394b1395312b61b8e35b to your computer and use it in GitHub Desktop.
Pipedream tutorial
- Visit https://pipedream.com/workflows
- Create a new workflow (top right)
- 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
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
- 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)
- 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
- 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
- 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