Procedures
Automation procedures in the Reddit book.
Make sure to add the Reddit book to your agent before using these automation procedures.
to get a (subreddit's latest posts)
Gets the latest (newest) post from a specified subreddit.
Input Concepts
Output Concepts
Examples
Get the latest 10 posts from the 'announcements' subreddit.
get the subreddit's latest posts with
the limit is 10
to get a (subreddit's top posts)
Gets the top posts from a specified subreddit.
Input Concepts
Output Concepts
Examples
Get the top 10 posts from the 'announcements' subreddit.
get the subreddit's top posts with
the limit is 10
to get a (subreddit)
Gets information about a subreddit.
Input Concepts
name
The name of the subreddit (without the r/ prefix)
text
Yes
(no default)
Output Concepts
Examples
Get the 'announcements' subreddit. the name is "announcements"
get a subreddit with
to get some (subreddit's posts)
Gets a Reddit post by its ID.
Input Concepts
Output Concepts
Examples
Get 10 posts from the 'announcements' subreddit.
get the subreddit's reddit posts whose title has "kognitos" with
the limit is 10
Last updated
Was this helpful?