Skip to main content

Reddit

  • Official Website: https://reddit.com
  • Icon Support: No
  • Message Format: Text
  • Message Limit: 6000 Characters per message

Account Setup

  1. Visit https://www.reddit.com/prefs/apps and scroll to the bottom
  2. Click on the button that reads 'are you a developer? create an app...'
  3. Set the mode to script,
  4. Provide a name, description, and redirect uri (it can be anything).
  5. Save your configuration: Reddit-Setup01
  6. Once the bot is saved, you'll be given a ID (next to the the bot name) and a Secret. Reddit-Setup02
  • The App ID will look something like this: YWARPXajkk645m
  • The App Secret will look something like this: YZGKc5YNjq3BsC-bf7oBKalBMeb1xA
  • The App will also have a location where you can identify the users/developers who can also use this key. By default it's already configured to be yours. You will need to use the user/pass of one of the accounts identified here as well to use the posting capabilities.

Receipe

Valid syntax is as follows:

  • reddit://{user}:{pass}@{app_id}/{app_secret}/{subreddit}
  • reddit://{user}:{pass}@{app_id}/{app_secret}/{subreddit_1}/{subreddit_2}/{subreddit_N}

Parameter Breakdown

VariableRequiredDescription
app_idYesThe App ID generated for your script application you created on the Reddit Apps page.
app_secretYesThe App Secret generated for your script application you created on the Reddit Apps page.
userYesThe 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.
passYesThe Reddit password associated with the UserID defined above.
kindNoThe message kind can be set to either self, link, or auto.
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 Magic Receipe 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.
adNoSpecify whether or not what you are posting is an advertisement. By default this is set to No.
nsfwNoThe Not Safe For Work (NSFW) flag. By default this is set to No.
repliesNoSend all replies of the thread to your (Reddit) inbox? By default this is set to Yes.
resubmitNoLet Reddit know this is a re-post. Some subreddits block the re-posting of content; setting this flag to yes can enforce that the content be accepted even if this is the case. Some subreddits will even flag the message differently when you identify it as a re-post up front. This may or may not be what you want. By default this is set to No so that all messages are treated by the upstream server.
spoilerNoMark your post with the spoiler flag. By default this is set to No.
flair_idNoProvide the flair_id you want to associate with your post. By default this is not passed upstream unless identified.
flair_textNoProvide the flair_text you want to associate with your post. By default this is not passed upstream unless identified.

Note: Reddit always requires a title to go with it's body. Reddit will deny your post (upstream) if you don't provide both.