From 8f64b68c986265a69d7a6668ab6f1f822fd5d3e3 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 29 May 2022 16:57:42 -0400 Subject: [PATCH] Updated Notify_twitter (markdown) --- Notify_twitter.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_twitter.md b/Notify_twitter.md index 675b1d9..3d9933f 100644 --- a/Notify_twitter.md +++ b/Notify_twitter.md @@ -8,7 +8,7 @@ Twitter Direct Messages are slightly more complicated then some of the other notification services, so here is quick breakdown of what you need to know and do in order to send Notifications through it using this tool: 1. First off, you need to generate a Twitter App from [developer.twitter.com](https://developer.twitter.com/en/apps). It's through a Twitter App we will be able to send our DMs. -2. Once you create the app, you'll need to **generate the Access Tokens**. This Is done from the "*Keys and Access Tokens*" Tab. +2. Once you create the app, you'll need to **generate the Access Tokens**. This Is done from the "*Keys and Access Tokens*" Tab.
![Immagine 2022-05-29 215909](https://user-images.githubusercontent.com/55278049/170889227-a593c2e4-901c-42b1-801f-2a8e6f6eee28.png) You should now have 4 Tokens to work with at this point on this same page. * A Consumer Key @@ -16,6 +16,7 @@ You should now have 4 Tokens to work with at this point on this same page. * An Access Token * An Access Token Secret +![image](https://user-images.githubusercontent.com/850374/159798092-33126194-eefb-4bca-80d0-7020f25cfe22.png) From here you're ready to go. You can post public tweets or simply create DMs through the use of the mode= variable. By default Direct Messaging (DM) is used. ### Syntax