RedditAuth: Authenticate Function

Description Usage Arguments Examples

Description

This function allows you to authenticate with the reddit API. It will open a browser window, where you will have to authorize. Set up a reddit app here: https://www.reddit.com/prefs/apps And set the redirect uri to: http://localhost:1410/

Usage

1
RedditAuth(key, secret)

Arguments

key

Your reddit API key

secret

Your reddit API secret key

Examples

1
RedditAuth("YOURAPPKEY", "YOURSECRETKEY")

colindouglas/screddr documentation built on May 27, 2019, 1:08 p.m.