arcade-mcp/toolkits/reddit/arcade_reddit
Eric Gustin 2dc70a7814
Add More Reddit Tools (#352)
| Name | Description |

|----------------------------------|-------------------------------------------------------------------------|
| Reddit.CheckSubredditAccess | Checks whether the specified subreddit
exists and also if it is accessible |
| Reddit.GetSubredditRules | Gets the rules of the specified subreddit |
| Reddit.GetMyUsername | Get the Reddit username of the authenticated
user |
| Reddit.GetMyPosts | Get posts that were created by the authenticated
user sorted by newest |


Four new tools that I had to create for my demo app.
2025-04-17 19:51:28 -07:00
..
tools Add More Reddit Tools (#352) 2025-04-17 19:51:28 -07:00
__init__.py Add Reddit Toolkit (#336) 2025-04-03 14:07:10 -07:00
client.py Add Reddit Toolkit (#336) 2025-04-03 14:07:10 -07:00
enums.py Add Reddit Toolkit (#336) 2025-04-03 14:07:10 -07:00
utils.py Add More Reddit Tools (#352) 2025-04-17 19:51:28 -07:00