Module Name: PSRAW Module Guid: 92c8f916-4890-45eb-a3e7-592f5b5b3f24 Download Help Link: Help Version: 0.0.1.0 Locale: en-US


PSRAW Module

Description

PSRAW is a PowerShell Reddit API Wrapper Module providing full access to the Reddit API via PowerShell.

PSRAW Cmdlets

Connect-Reddit

Authenticates to the Reddit API

Export-RedditApplication

Exports a RedditApplication object to an XML file.

Export-RedditOAuthToken

Exports a RedditOAuthToken object to an XML file.

Get-RedditDefaultOAuthToken

Retrieves the session default OAuth Token

Get-RedditOAuthScope

Retrieve valid Reddit OAuth Scopes.

Import-RedditApplication

Imports a RedditApplication object from an XML file.

Import-RedditOAuthToken

Imports a RedditOAuthToken object from an XML file and sets it as the session default OAuth Token

Invoke-RedditRequest

Performs an authenticated APi request against the Reddit API.

New-RedditApplication

Creates a RedditApplication object

Request-RedditOAuthToken

Requests a OAuth Access Token from Reddit and sets it as the session default OAuth Token

Set-RedditDefaultOAuthToken

Sets the session default OAuth Token

Update-RedditOAuthToken

Refresh a RedditOAuthToken