mirror of
https://github.com/caronc/apprise.git
synced 2024-12-12 18:01:08 +01:00
Updated Notify_twitter (markdown)
parent
83b73ba20c
commit
cc36dcfdc0
@ -40,7 +40,8 @@ A Public tweet can be referenced like so:
|
|||||||
| ConsumerSecret | Yes | The Consumer Secret Key
|
| ConsumerSecret | Yes | The Consumer Secret Key
|
||||||
| AccessToken | Yes | The Access Token; you would have had to generate this one from your Twitter App Configuration.
|
| AccessToken | Yes | The Access Token; you would have had to generate this one from your Twitter App Configuration.
|
||||||
| AccessSecret | Yes | The Access Secret; you would have had to generate this one from your Twitter App Configuration.
|
| AccessSecret | Yes | The Access Secret; you would have had to generate this one from your Twitter App Configuration.
|
||||||
| Mode | No | This the the Twitter mode you want to operate in. Possible values are **dm** (for Private Direct Messages) and **tweet** to make a public post. By default this is set to **dm**
|
| Mode | No | The Twitter mode you want to operate in. Possible values are **dm** (for Private Direct Messages) and **tweet** to make a public post. By default this is set to **dm**
|
||||||
|
| batch | No | By default images are batched together. However if you want your attachments to be posted 1 tweet per attachment, set this to False.
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
Send a Twitter DM to @testaccount:
|
Send a Twitter DM to @testaccount:
|
||||||
|
Loading…
Reference in New Issue
Block a user