Bringing Twitter Tweets into Discord channels – Mark Ramsey™

graceacupuncture - 23/04/2022 - NEWS - 602 Views

So you have a Discord community and you would like to pull tweets into your channels. I have a Discord server for my Twitch community and I wanted my Tweets to show up in my announcements channel for folks that are not on Twitter. Also I have game specific channels I wanted to bring tweets into. For this tutorial I am just going to show you what I did to bring tweets into Discord using IFTTT which stands for If This Then That. First thing we are going to do is go to the Discord channel you want to bring tweets into, here we are using “#announcements”. Click on the settings cog by the channel name.

Select “Webhooks” on the left tab, then click on “Create Webhook”.

In the “EDIT WEBHOOK” dialog box, put whatever you would like under “NAME”, in the “CHANNEL” selection be sure it’s the channel you want the tweet to show up in. “WEBHOOK ICON” is an image that will show up in the post, I just used my Twitter profile pic. Then copy the “WEBHOOK URL” to notepad. We will use this later.

Now we will will use IFTTT to link Twitter to our Webhook. Visit http://ifttt.com and create an account. Now link your Twitter to the Twitter service. Now it is time to create your applet that will pass the tweet to Discord. Click on “Create”.

Click on “+this”

Click on the Twitter service (you should have already linked your Twitter to this service).

Now we want to choose a trigger. Click on “New Tweet by you” this tells IFTTT when to activate the Tweet.

Now click “Create trigger” If you want to include retweets or @replies just check those boxes.

You can now skip to click “+that”. If you want to use a Twitter account that is not yours. Click on “New tweet by a specific user”.

Now we will say which Twitter account we are grabbing Tweets from. Type in you Twitter account or whichever one you want.

Bringing Twitter Tweets into Discord channels – Mark Ramsey™

Now click on “+that”.

Now we will choose “Webhooks” as our action service.

It’s the only thing we can select so click on “Make a web request”.

Here is where that URL we copied to notepad is useful, copy it in the URL field, then select “Post”.

Our Content Type is going to be “application/json”.

Now copy the code below into the “Body” field and be sure you change ”@markramsey tweeted” to whatever Twitter name you want. Then click on “Create action”

{ "username":"@markramsey tweeted", "content":"@{{UserName}} tweeted this at {{CreatedAt}}: {{LinkToTweet}}" }

Now you can name your Applet whatever you want. Now turn off the notifications. Hit “Finish” and you have created your IFTTT Applet.

Here is what the final product looks like for me in Discord.

If you want to use Twitter check out my tutorial.

Bringing Instagram photos into Discord channels

If this helped you please follow https://twitch.tv/markramsey and sub and bit me if you wish.

Like Loading...