Procedures
Automation procedures in the Reddit book.
Ensure that you have installed or connected the Reddit book and created a new playground before using these automation procedures.
to get a (subreddit's latest posts)
Gets the latest (newest) post from a specified subreddit.
Input Concepts
Concept
Description
Type
Required
Default Value
The subreddit to get the post from
Output Concepts
A list of the latest reddit posts
Examples
Get the latest 10 posts from the 'announcements' subreddit.
to get a (subreddit's top posts)
Gets the top posts from a specified subreddit.
Input Concepts
Concept
Description
Type
Required
Default Value
The subreddit to get the posts from
Output Concepts
A list of RedditPost concepts
Examples
Get the top 10 posts from the 'announcements' subreddit.
to get a (subreddit)
Gets information about a subreddit.
Input Concepts
Concept
Description
Type
Required
Default Value
The name of the subreddit (without the r/ prefix)
Output Concepts
A Subreddit concept with information about the subreddit
Examples
Get the 'announcements' subreddit. the name is "announcements"
to get some (subreddit's posts)
Gets a Reddit post by its ID.
Input Concepts
Concept
Description
Type
Required
Default Value
The subreddit to get the post from
Output Concepts
A list of reddit posts matching the filters (if provided)
Examples
Get 10 posts from the 'announcements' subreddit.
Last updated