mirror of https://github.com/caronc/apprise
Updated Notify_reddit (markdown)
parent
f8f35b0dc8
commit
2e821dffbf
|
@ -29,7 +29,7 @@ Valid syntax is as follows:
|
||||||
| app_id | Yes | The App ID generated for your **script** application you created on the [Reddit Apps](https://www.reddit.com/prefs/apps) page.
|
| app_id | Yes | The App ID generated for your **script** application you created on the [Reddit Apps](https://www.reddit.com/prefs/apps) page.
|
||||||
| app_secret | Yes | The App Secret generated for your **script** application you created on the [Reddit Apps](https://www.reddit.com/prefs/apps) page.
|
| app_secret | Yes | The App Secret generated for your **script** application you created on the [Reddit Apps](https://www.reddit.com/prefs/apps) page.
|
||||||
| user | Yes | The Reddit UserID associated with one of the developers attached to your application you generated. By default this is just the same user account you used to create the Reddit app in the first place.
|
| user | Yes | The Reddit UserID associated with one of the developers attached to your application you generated. By default this is just the same user account you used to create the Reddit app in the first place.
|
||||||
| pass Yes | The Reddit password associated with the UserID defined above.
|
| pass | Yes | The Reddit password associated with the UserID defined above.
|
||||||
| kind | No | The message kind can be set to either **self**, **link**, or **auto**. By default the value of **auto** is set. The is what tells Reddit if you're posting a general message (`self`) or if you're providing a hyperlink/URI to a website (`link`). The `auto` attempts to determine if the provided message body is a hyperlink/URI and sets the kind automatically based on what was detected.
|
| kind | No | The message kind can be set to either **self**, **link**, or **auto**. By default the value of **auto** is set. The is what tells Reddit if you're posting a general message (`self`) or if you're providing a hyperlink/URI to a website (`link`). The `auto` attempts to determine if the provided message body is a hyperlink/URI and sets the kind automatically based on what was detected.
|
||||||
| ad | No | Specify whether or not what you are posting is an advertisement. By default this is set to **No**.
|
| ad | No | Specify whether or not what you are posting is an advertisement. By default this is set to **No**.
|
||||||
| nsfw | No | The *Not Safe For Work* (NSFW) flag. By default this is set to **No**.
|
| nsfw | No | The *Not Safe For Work* (NSFW) flag. By default this is set to **No**.
|
||||||
|
|
Loading…
Reference in New Issue