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