Updated Notify_reddit (markdown)

Chris Caron 2021-12-29 09:43:48 -05:00
parent 0ad98c7f1e
commit a16b74935a

@ -30,6 +30,7 @@ Valid syntax is as follows:
| 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.
| pass | Yes | The Reddit password associated with the UserID defined above.
| subreddit | Yes | The Subreddit you wish to post your message to. You must specify at least 1 of these.
| kind | No | The message kind can be set to either `self`, `link`, or `auto`.<br/>Set this to `self` to imply you're posting a general/common post to the subreddit. Otherwise, set this to `link` if the message body you provide (as part of your Apprise payload) only contains a hyperlink/URI to a website. The `auto` setting (_also the default_) will parse the _message body_ and set the `self`/`link` kind accordingly 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**.
| nsfw | No | The *Not Safe For Work* (NSFW) flag. By default this is set to **No**.