How to make a Webhook from Twitter to Guilded (or Discord) EXCLUDE replies and retweets!

Channel:
Subscribers:
201
Published on ● Video Link: https://www.youtube.com/watch?v=MH7ZIJHJQug



Duration: 3:32
1,174 views
21


This will work with Guilded or Discord btw I was just using it for Guilded when I figured it out, here's the code I use for the webhook if you need that as well. Anything in all caps need to be replaced with the specific info from the twitter user
{
"embeds":[
{
"author":{
"name":"USERNAME",
"url":"USERLINK",
"icon_url":"USERIMG"
},
"title":"Latest from USER",
"url":" {{LinkToTweet}}",
"description":" {{Text}}",
"footer":{
"text":" {{CreatedAt}}"
}
}
]
}



#guilded #webhooks #discord #twitter







Tags:
guilded
webhooks
discord
Twitter