mirror of https://github.com/caronc/apprise
Updated Notify_twitter (markdown)
parent
8f64b68c98
commit
91f956d194
|
@ -9,6 +9,7 @@ Twitter Direct Messages are slightly more complicated then some of the other no
|
|||
|
||||
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.<br/>
|
||||
3. If you need to post automatic tweets, send private messages you need to request high access on your application you can do it by accessing the **Elevated** section under the **Twitter API v2** section (on left menu). Twitter asks you to justify why you need it as long as you specify the purpose of your app in detail<br/><br/>For more information, please refer [here](https://developer.twitter.com/en/support/twitter-api/v2#:~:text=Can%20all%20Twitter%20API%20v2,not%20available%20at%20this%20time.).
|
||||
|
||||
You should now have 4 Tokens to work with at this point on this same page.
|
||||
* A Consumer Key
|
||||
|
@ -19,6 +20,7 @@ You should now have 4 Tokens to work with at this point on this same page.
|
|||

|
||||
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
|
||||
Valid syntaxes are as follows:
|
||||
* **twitter**://**{ConsumerKey}**/**{ConsumerSecret}**/**{AccessToken}**/**{AccessSecret}**
|
||||
|
|
Loading…
Reference in New Issue