universal-mcp-applications 0.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- universal_mcp/applications/ahrefs/README.md +51 -0
- universal_mcp/applications/ahrefs/__init__.py +1 -0
- universal_mcp/applications/ahrefs/app.py +2291 -0
- universal_mcp/applications/airtable/README.md +22 -0
- universal_mcp/applications/airtable/__init__.py +1 -0
- universal_mcp/applications/airtable/app.py +479 -0
- universal_mcp/applications/apollo/README.md +44 -0
- universal_mcp/applications/apollo/__init__.py +1 -0
- universal_mcp/applications/apollo/app.py +1847 -0
- universal_mcp/applications/asana/README.md +199 -0
- universal_mcp/applications/asana/__init__.py +1 -0
- universal_mcp/applications/asana/app.py +9509 -0
- universal_mcp/applications/aws-s3/README.md +0 -0
- universal_mcp/applications/aws-s3/__init__.py +1 -0
- universal_mcp/applications/aws-s3/app.py +552 -0
- universal_mcp/applications/bill/README.md +0 -0
- universal_mcp/applications/bill/__init__.py +1 -0
- universal_mcp/applications/bill/app.py +8705 -0
- universal_mcp/applications/box/README.md +307 -0
- universal_mcp/applications/box/__init__.py +1 -0
- universal_mcp/applications/box/app.py +15987 -0
- universal_mcp/applications/braze/README.md +106 -0
- universal_mcp/applications/braze/__init__.py +1 -0
- universal_mcp/applications/braze/app.py +4754 -0
- universal_mcp/applications/cal-com-v2/README.md +150 -0
- universal_mcp/applications/cal-com-v2/__init__.py +1 -0
- universal_mcp/applications/cal-com-v2/app.py +5541 -0
- universal_mcp/applications/calendly/README.md +53 -0
- universal_mcp/applications/calendly/__init__.py +1 -0
- universal_mcp/applications/calendly/app.py +1436 -0
- universal_mcp/applications/canva/README.md +43 -0
- universal_mcp/applications/canva/__init__.py +1 -0
- universal_mcp/applications/canva/app.py +941 -0
- universal_mcp/applications/clickup/README.md +135 -0
- universal_mcp/applications/clickup/__init__.py +1 -0
- universal_mcp/applications/clickup/app.py +5009 -0
- universal_mcp/applications/coda/README.md +108 -0
- universal_mcp/applications/coda/__init__.py +1 -0
- universal_mcp/applications/coda/app.py +3671 -0
- universal_mcp/applications/confluence/README.md +198 -0
- universal_mcp/applications/confluence/__init__.py +1 -0
- universal_mcp/applications/confluence/app.py +6273 -0
- universal_mcp/applications/contentful/README.md +17 -0
- universal_mcp/applications/contentful/__init__.py +1 -0
- universal_mcp/applications/contentful/app.py +364 -0
- universal_mcp/applications/crustdata/README.md +25 -0
- universal_mcp/applications/crustdata/__init__.py +1 -0
- universal_mcp/applications/crustdata/app.py +586 -0
- universal_mcp/applications/dialpad/README.md +202 -0
- universal_mcp/applications/dialpad/__init__.py +1 -0
- universal_mcp/applications/dialpad/app.py +5949 -0
- universal_mcp/applications/digitalocean/README.md +463 -0
- universal_mcp/applications/digitalocean/__init__.py +1 -0
- universal_mcp/applications/digitalocean/app.py +20835 -0
- universal_mcp/applications/domain-checker/README.md +13 -0
- universal_mcp/applications/domain-checker/__init__.py +1 -0
- universal_mcp/applications/domain-checker/app.py +265 -0
- universal_mcp/applications/e2b/README.md +12 -0
- universal_mcp/applications/e2b/__init__.py +1 -0
- universal_mcp/applications/e2b/app.py +187 -0
- universal_mcp/applications/elevenlabs/README.md +88 -0
- universal_mcp/applications/elevenlabs/__init__.py +1 -0
- universal_mcp/applications/elevenlabs/app.py +3235 -0
- universal_mcp/applications/exa/README.md +15 -0
- universal_mcp/applications/exa/__init__.py +1 -0
- universal_mcp/applications/exa/app.py +221 -0
- universal_mcp/applications/falai/README.md +17 -0
- universal_mcp/applications/falai/__init__.py +1 -0
- universal_mcp/applications/falai/app.py +331 -0
- universal_mcp/applications/figma/README.md +49 -0
- universal_mcp/applications/figma/__init__.py +1 -0
- universal_mcp/applications/figma/app.py +1090 -0
- universal_mcp/applications/firecrawl/README.md +20 -0
- universal_mcp/applications/firecrawl/__init__.py +1 -0
- universal_mcp/applications/firecrawl/app.py +514 -0
- universal_mcp/applications/fireflies/README.md +25 -0
- universal_mcp/applications/fireflies/__init__.py +1 -0
- universal_mcp/applications/fireflies/app.py +506 -0
- universal_mcp/applications/fpl/README.md +23 -0
- universal_mcp/applications/fpl/__init__.py +1 -0
- universal_mcp/applications/fpl/app.py +1327 -0
- universal_mcp/applications/fpl/utils/api.py +142 -0
- universal_mcp/applications/fpl/utils/fixtures.py +629 -0
- universal_mcp/applications/fpl/utils/helper.py +982 -0
- universal_mcp/applications/fpl/utils/league_utils.py +546 -0
- universal_mcp/applications/fpl/utils/position_utils.py +68 -0
- universal_mcp/applications/ghost-content/README.md +25 -0
- universal_mcp/applications/ghost-content/__init__.py +1 -0
- universal_mcp/applications/ghost-content/app.py +654 -0
- universal_mcp/applications/github/README.md +1049 -0
- universal_mcp/applications/github/__init__.py +1 -0
- universal_mcp/applications/github/app.py +50600 -0
- universal_mcp/applications/gong/README.md +63 -0
- universal_mcp/applications/gong/__init__.py +1 -0
- universal_mcp/applications/gong/app.py +2297 -0
- universal_mcp/applications/google-ads/README.md +0 -0
- universal_mcp/applications/google-ads/__init__.py +1 -0
- universal_mcp/applications/google-ads/app.py +23 -0
- universal_mcp/applications/google-calendar/README.md +21 -0
- universal_mcp/applications/google-calendar/__init__.py +1 -0
- universal_mcp/applications/google-calendar/app.py +574 -0
- universal_mcp/applications/google-docs/README.md +25 -0
- universal_mcp/applications/google-docs/__init__.py +1 -0
- universal_mcp/applications/google-docs/app.py +760 -0
- universal_mcp/applications/google-drive/README.md +68 -0
- universal_mcp/applications/google-drive/__init__.py +1 -0
- universal_mcp/applications/google-drive/app.py +4936 -0
- universal_mcp/applications/google-gemini/README.md +25 -0
- universal_mcp/applications/google-gemini/__init__.py +1 -0
- universal_mcp/applications/google-gemini/app.py +663 -0
- universal_mcp/applications/google-mail/README.md +31 -0
- universal_mcp/applications/google-mail/__init__.py +1 -0
- universal_mcp/applications/google-mail/app.py +1354 -0
- universal_mcp/applications/google-searchconsole/README.md +21 -0
- universal_mcp/applications/google-searchconsole/__init__.py +1 -0
- universal_mcp/applications/google-searchconsole/app.py +320 -0
- universal_mcp/applications/google-sheet/README.md +36 -0
- universal_mcp/applications/google-sheet/__init__.py +1 -0
- universal_mcp/applications/google-sheet/app.py +1941 -0
- universal_mcp/applications/hashnode/README.md +20 -0
- universal_mcp/applications/hashnode/__init__.py +1 -0
- universal_mcp/applications/hashnode/app.py +455 -0
- universal_mcp/applications/heygen/README.md +44 -0
- universal_mcp/applications/heygen/__init__.py +1 -0
- universal_mcp/applications/heygen/app.py +961 -0
- universal_mcp/applications/http-tools/README.md +16 -0
- universal_mcp/applications/http-tools/__init__.py +1 -0
- universal_mcp/applications/http-tools/app.py +153 -0
- universal_mcp/applications/hubspot/README.md +239 -0
- universal_mcp/applications/hubspot/__init__.py +1 -0
- universal_mcp/applications/hubspot/app.py +416 -0
- universal_mcp/applications/jira/README.md +600 -0
- universal_mcp/applications/jira/__init__.py +1 -0
- universal_mcp/applications/jira/app.py +28804 -0
- universal_mcp/applications/klaviyo/README.md +313 -0
- universal_mcp/applications/klaviyo/__init__.py +1 -0
- universal_mcp/applications/klaviyo/app.py +11236 -0
- universal_mcp/applications/linkedin/README.md +15 -0
- universal_mcp/applications/linkedin/__init__.py +1 -0
- universal_mcp/applications/linkedin/app.py +243 -0
- universal_mcp/applications/mailchimp/README.md +281 -0
- universal_mcp/applications/mailchimp/__init__.py +1 -0
- universal_mcp/applications/mailchimp/app.py +10937 -0
- universal_mcp/applications/markitdown/README.md +12 -0
- universal_mcp/applications/markitdown/__init__.py +1 -0
- universal_mcp/applications/markitdown/app.py +63 -0
- universal_mcp/applications/miro/README.md +151 -0
- universal_mcp/applications/miro/__init__.py +1 -0
- universal_mcp/applications/miro/app.py +5429 -0
- universal_mcp/applications/ms-teams/README.md +42 -0
- universal_mcp/applications/ms-teams/__init__.py +1 -0
- universal_mcp/applications/ms-teams/app.py +1823 -0
- universal_mcp/applications/neon/README.md +74 -0
- universal_mcp/applications/neon/__init__.py +1 -0
- universal_mcp/applications/neon/app.py +2018 -0
- universal_mcp/applications/notion/README.md +30 -0
- universal_mcp/applications/notion/__init__.py +1 -0
- universal_mcp/applications/notion/app.py +527 -0
- universal_mcp/applications/openai/README.md +22 -0
- universal_mcp/applications/openai/__init__.py +1 -0
- universal_mcp/applications/openai/app.py +759 -0
- universal_mcp/applications/outlook/README.md +20 -0
- universal_mcp/applications/outlook/__init__.py +1 -0
- universal_mcp/applications/outlook/app.py +444 -0
- universal_mcp/applications/perplexity/README.md +12 -0
- universal_mcp/applications/perplexity/__init__.py +1 -0
- universal_mcp/applications/perplexity/app.py +65 -0
- universal_mcp/applications/pipedrive/README.md +284 -0
- universal_mcp/applications/pipedrive/__init__.py +1 -0
- universal_mcp/applications/pipedrive/app.py +12924 -0
- universal_mcp/applications/posthog/README.md +132 -0
- universal_mcp/applications/posthog/__init__.py +1 -0
- universal_mcp/applications/posthog/app.py +7125 -0
- universal_mcp/applications/reddit/README.md +135 -0
- universal_mcp/applications/reddit/__init__.py +1 -0
- universal_mcp/applications/reddit/app.py +4652 -0
- universal_mcp/applications/replicate/README.md +18 -0
- universal_mcp/applications/replicate/__init__.py +1 -0
- universal_mcp/applications/replicate/app.py +495 -0
- universal_mcp/applications/resend/README.md +40 -0
- universal_mcp/applications/resend/__init__.py +1 -0
- universal_mcp/applications/resend/app.py +881 -0
- universal_mcp/applications/retell/README.md +21 -0
- universal_mcp/applications/retell/__init__.py +1 -0
- universal_mcp/applications/retell/app.py +333 -0
- universal_mcp/applications/rocketlane/README.md +70 -0
- universal_mcp/applications/rocketlane/__init__.py +1 -0
- universal_mcp/applications/rocketlane/app.py +4346 -0
- universal_mcp/applications/semanticscholar/README.md +25 -0
- universal_mcp/applications/semanticscholar/__init__.py +1 -0
- universal_mcp/applications/semanticscholar/app.py +482 -0
- universal_mcp/applications/semrush/README.md +44 -0
- universal_mcp/applications/semrush/__init__.py +1 -0
- universal_mcp/applications/semrush/app.py +2081 -0
- universal_mcp/applications/sendgrid/README.md +362 -0
- universal_mcp/applications/sendgrid/__init__.py +1 -0
- universal_mcp/applications/sendgrid/app.py +9752 -0
- universal_mcp/applications/sentry/README.md +186 -0
- universal_mcp/applications/sentry/__init__.py +1 -0
- universal_mcp/applications/sentry/app.py +7471 -0
- universal_mcp/applications/serpapi/README.md +14 -0
- universal_mcp/applications/serpapi/__init__.py +1 -0
- universal_mcp/applications/serpapi/app.py +293 -0
- universal_mcp/applications/sharepoint/README.md +0 -0
- universal_mcp/applications/sharepoint/__init__.py +1 -0
- universal_mcp/applications/sharepoint/app.py +215 -0
- universal_mcp/applications/shopify/README.md +321 -0
- universal_mcp/applications/shopify/__init__.py +1 -0
- universal_mcp/applications/shopify/app.py +15392 -0
- universal_mcp/applications/shortcut/README.md +128 -0
- universal_mcp/applications/shortcut/__init__.py +1 -0
- universal_mcp/applications/shortcut/app.py +4478 -0
- universal_mcp/applications/slack/README.md +0 -0
- universal_mcp/applications/slack/__init__.py +1 -0
- universal_mcp/applications/slack/app.py +570 -0
- universal_mcp/applications/spotify/README.md +91 -0
- universal_mcp/applications/spotify/__init__.py +1 -0
- universal_mcp/applications/spotify/app.py +2526 -0
- universal_mcp/applications/supabase/README.md +87 -0
- universal_mcp/applications/supabase/__init__.py +1 -0
- universal_mcp/applications/supabase/app.py +2970 -0
- universal_mcp/applications/tavily/README.md +12 -0
- universal_mcp/applications/tavily/__init__.py +1 -0
- universal_mcp/applications/tavily/app.py +51 -0
- universal_mcp/applications/trello/README.md +266 -0
- universal_mcp/applications/trello/__init__.py +1 -0
- universal_mcp/applications/trello/app.py +10875 -0
- universal_mcp/applications/twillo/README.md +0 -0
- universal_mcp/applications/twillo/__init__.py +1 -0
- universal_mcp/applications/twillo/app.py +269 -0
- universal_mcp/applications/twitter/README.md +100 -0
- universal_mcp/applications/twitter/__init__.py +1 -0
- universal_mcp/applications/twitter/api_segments/__init__.py +0 -0
- universal_mcp/applications/twitter/api_segments/api_segment_base.py +51 -0
- universal_mcp/applications/twitter/api_segments/compliance_api.py +122 -0
- universal_mcp/applications/twitter/api_segments/dm_conversations_api.py +255 -0
- universal_mcp/applications/twitter/api_segments/dm_events_api.py +140 -0
- universal_mcp/applications/twitter/api_segments/likes_api.py +159 -0
- universal_mcp/applications/twitter/api_segments/lists_api.py +395 -0
- universal_mcp/applications/twitter/api_segments/openapi_json_api.py +34 -0
- universal_mcp/applications/twitter/api_segments/spaces_api.py +309 -0
- universal_mcp/applications/twitter/api_segments/trends_api.py +40 -0
- universal_mcp/applications/twitter/api_segments/tweets_api.py +1403 -0
- universal_mcp/applications/twitter/api_segments/usage_api.py +40 -0
- universal_mcp/applications/twitter/api_segments/users_api.py +1498 -0
- universal_mcp/applications/twitter/app.py +46 -0
- universal_mcp/applications/unipile/README.md +28 -0
- universal_mcp/applications/unipile/__init__.py +1 -0
- universal_mcp/applications/unipile/app.py +829 -0
- universal_mcp/applications/whatsapp/README.md +23 -0
- universal_mcp/applications/whatsapp/__init__.py +1 -0
- universal_mcp/applications/whatsapp/app.py +595 -0
- universal_mcp/applications/whatsapp-business/README.md +34 -0
- universal_mcp/applications/whatsapp-business/__init__.py +1 -0
- universal_mcp/applications/whatsapp-business/app.py +1065 -0
- universal_mcp/applications/wrike/README.md +46 -0
- universal_mcp/applications/wrike/__init__.py +1 -0
- universal_mcp/applications/wrike/app.py +1583 -0
- universal_mcp/applications/youtube/README.md +57 -0
- universal_mcp/applications/youtube/__init__.py +1 -0
- universal_mcp/applications/youtube/app.py +1696 -0
- universal_mcp/applications/zenquotes/README.md +12 -0
- universal_mcp/applications/zenquotes/__init__.py +1 -0
- universal_mcp/applications/zenquotes/app.py +31 -0
- universal_mcp_applications-0.1.1.dist-info/METADATA +172 -0
- universal_mcp_applications-0.1.1.dist-info/RECORD +268 -0
- universal_mcp_applications-0.1.1.dist-info/WHEEL +4 -0
- universal_mcp_applications-0.1.1.dist-info/licenses/LICENSE +21 -0
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
# RedditApp MCP Server
|
|
2
|
+
|
|
3
|
+
An MCP Server for the RedditApp API.
|
|
4
|
+
|
|
5
|
+
## 🛠️ Tool List
|
|
6
|
+
|
|
7
|
+
This is automatically generated from OpenAPI schema for the RedditApp API.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
| Tool | Description |
|
|
11
|
+
|------|-------------|
|
|
12
|
+
| `get_subreddit_posts` | Retrieves and formats top posts from a specified subreddit within a given timeframe using the Reddit API |
|
|
13
|
+
| `search_subreddits` | Searches Reddit for subreddits matching a given query string and returns a formatted list of results including subreddit names, subscriber counts, and descriptions. |
|
|
14
|
+
| `get_post_flairs` | Retrieves a list of available post flairs for a specified subreddit using the Reddit API. |
|
|
15
|
+
| `create_post` | Creates a new Reddit post in a specified subreddit with support for text posts, link posts, and image posts |
|
|
16
|
+
| `get_comment_by_id` | Retrieves a specific Reddit comment using its unique identifier. |
|
|
17
|
+
| `post_comment` | Posts a comment to a Reddit post or comment using the Reddit API |
|
|
18
|
+
| `edit_content` | Edits the text content of an existing Reddit post or comment using the Reddit API |
|
|
19
|
+
| `delete_content` | Deletes a specified Reddit post or comment using the Reddit API. |
|
|
20
|
+
| `api_v1_me` | Get the current user's information. |
|
|
21
|
+
| `api_v1_me_karma` | Get the current user's karma. |
|
|
22
|
+
| `api_v1_me_prefs` | Get the current user's preferences. |
|
|
23
|
+
| `api_v1_me_prefs1` | Update the current user's preferences. |
|
|
24
|
+
| `api_v1_me_trophies` | Get the current user's trophies. |
|
|
25
|
+
| `prefs_friends` | Get the current user's friends. |
|
|
26
|
+
| `prefs_blocked` | Get the current user's blocked users. |
|
|
27
|
+
| `prefs_messaging` | Get the current user's messaging preferences. |
|
|
28
|
+
| `prefs_trusted` | Get the current user's trusted users. |
|
|
29
|
+
| `api_needs_captcha` | Check if the current user needs a captcha. |
|
|
30
|
+
| `api_v1_collections_collection` | Get a collection by ID. |
|
|
31
|
+
| `api_v1_collections_subreddit_collections` | Get the current user's subreddit collections. |
|
|
32
|
+
| `api_v1_subreddit_emoji_emoji_name` | Get an emoji by name. |
|
|
33
|
+
| `api_v1_subreddit_emojis_all` | Get all emojis for a subreddit. |
|
|
34
|
+
| `r_subreddit_api_flair` | Get the current user's flair for a subreddit. |
|
|
35
|
+
| `r_subreddit_api_flairlist` | Get the current user's flair list for a subreddit. |
|
|
36
|
+
| `r_subreddit_api_link_flair` | Get the current user's link flair for a subreddit. |
|
|
37
|
+
| `r_subreddit_api_link_flair_v2` | Get the current user's link flair for a subreddit. |
|
|
38
|
+
| `r_subreddit_api_user_flair` | Get the current user's user flair for a subreddit. |
|
|
39
|
+
| `r_subreddit_api_user_flair_v2` | Get the current user's user flair for a subreddit. |
|
|
40
|
+
| `api_info` | Get information about a link or comment. |
|
|
41
|
+
| `r_subreddit_api_info` | Get information about a link or comment in a subreddit. |
|
|
42
|
+
| `api_morechildren` | Get more children for a link or comment. |
|
|
43
|
+
| `api_saved_categories` | Get the current user's saved categories. |
|
|
44
|
+
| `req` | Get the current user's requests. |
|
|
45
|
+
| `best` | Get the best posts. |
|
|
46
|
+
| `by_id_names` | Get posts by ID. |
|
|
47
|
+
| `comments_article` | Get comments for a post. |
|
|
48
|
+
| `get_post_comments_details` | Get post details and comments like title, author, score, etc. |
|
|
49
|
+
|
|
50
|
+
| `controversial` | Get the most controversial posts. |
|
|
51
|
+
| `duplicates_article` | Get duplicate posts. |
|
|
52
|
+
| `hot` | Get the hottest posts. |
|
|
53
|
+
| `new` | Get the newest posts. |
|
|
54
|
+
| `r_subreddit_comments_article` | Get comments for a post in a subreddit. |
|
|
55
|
+
| `r_subreddit_controversial` | Get the most controversial posts in a subreddit. |
|
|
56
|
+
| `r_subreddit_hot` | Get the hottest posts in a subreddit. |
|
|
57
|
+
| `r_subreddit_new` | Get the newest posts in a subreddit. |
|
|
58
|
+
| `r_subreddit_random` | Get a random post in a subreddit. |
|
|
59
|
+
| `r_subreddit_rising` | Get the rising posts in a subreddit. |
|
|
60
|
+
| `r_subreddit_top` | Get the top posts in a subreddit. |
|
|
61
|
+
| `random` | Get a random post. |
|
|
62
|
+
| `rising` | Get the rising posts. |
|
|
63
|
+
| `top` | Get the top posts. |
|
|
64
|
+
| `api_saved_media_text` | Get the text of a saved media. |
|
|
65
|
+
| `api_v1_scopes` | Get the current user's scopes. |
|
|
66
|
+
| `r_subreddit_api_saved_media_text` | Get the text of a saved media in a subreddit. |
|
|
67
|
+
| `r_subreddit_about_log` | Get the log of a subreddit. |
|
|
68
|
+
| `r_subreddit_about_edited` | Get the edited posts in a subreddit. |
|
|
69
|
+
| `r_subreddit_about_modqueue` | Get the modqueue in a subreddit. |
|
|
70
|
+
| `r_subreddit_about_reports` | Get the reports in a subreddit. |
|
|
71
|
+
| `r_subreddit_about_spam` | Get the spam posts in a subreddit. |
|
|
72
|
+
| `r_subreddit_about_unmoderated` | Get the unmoderated posts in a subreddit. |
|
|
73
|
+
| `r_subreddit_stylesheet` | Get the stylesheet of a subreddit. |
|
|
74
|
+
| `stylesheet` | Get the stylesheet of the current user. |
|
|
75
|
+
| `api_mod_notes1` | Get the mod notes of a subreddit. |
|
|
76
|
+
| `api_mod_notes` | Delete a mod note. |
|
|
77
|
+
| `api_mod_notes_recent` | Get the recent mod notes. |
|
|
78
|
+
| `api_multi_mine` | Get the current user's multi. |
|
|
79
|
+
| `api_multi_user_username` | Get a user's multi. |
|
|
80
|
+
| `api_multi_multipath1` | Get a multi. |
|
|
81
|
+
| `api_multi_multipath` | Delete a multi. |
|
|
82
|
+
| `api_multi_multipath_description` | Get a multi's description. |
|
|
83
|
+
| `api_multi_multipath_rsubreddit1` | Get a multi's subreddit. |
|
|
84
|
+
| `api_multi_multipath_rsubreddit` | Delete a multi's subreddit. |
|
|
85
|
+
| `api_mod_conversations` | Get the mod conversations. |
|
|
86
|
+
| `api_mod_conversations_conversation_id` | Get a mod conversation. |
|
|
87
|
+
| `api_mod_conversations_conversation_id_highlight` | Highlight a mod conversation. |
|
|
88
|
+
| `api_mod_conversations_conversation_id_unarchive` | Unarchive a mod conversation. |
|
|
89
|
+
| `api_mod_conversations_conversation_id_unban` | Unban a mod conversation. |
|
|
90
|
+
| `api_mod_conversations_conversation_id_unmute` | Unmute a mod conversation. |
|
|
91
|
+
| `api_mod_conversations_conversation_id_user` | Get a mod conversation's user. |
|
|
92
|
+
| `api_mod_conversations_subreddits` | Get the mod conversations' subreddits. |
|
|
93
|
+
| `api_mod_conversations_unread_count` | Get the unread count of the mod conversations. |
|
|
94
|
+
| `message_inbox` | Get the current user's inbox. |
|
|
95
|
+
| `message_sent` | Get the current user's sent messages. |
|
|
96
|
+
| `message_unread` | Get the current user's unread messages. |
|
|
97
|
+
| `search` | Search for posts, comments, and users. |
|
|
98
|
+
| `r_subreddit_search` | Search for posts, comments, and users in a subreddit. |
|
|
99
|
+
| `api_search_reddit_names` | Search for subreddits. |
|
|
100
|
+
| `api_subreddit_autocomplete` | Search for subreddits. |
|
|
101
|
+
| `api_subreddit_autocomplete_v2` | Search for subreddits. |
|
|
102
|
+
| `api_v1_subreddit_post_requirements` | Get the post requirements for a subreddit. |
|
|
103
|
+
| `r_subreddit_about_banned` | Get the banned users in a subreddit. |
|
|
104
|
+
| `r_subreddit_about` | Get the about information for a subreddit. |
|
|
105
|
+
| `r_subreddit_about_edit` | Get the edit information for a subreddit. |
|
|
106
|
+
| `r_subreddit_about_contributors` | Get the contributors for a subreddit. |
|
|
107
|
+
| `r_subreddit_about_moderators` | Get the moderators for a subreddit. |
|
|
108
|
+
| `r_subreddit_about_muted` | Get the muted users for a subreddit. |
|
|
109
|
+
| `r_subreddit_about_rules` | Get the rules for a subreddit. |
|
|
110
|
+
| `r_subreddit_about_sticky` | Get the sticky posts for a subreddit. |
|
|
111
|
+
| `r_subreddit_about_traffic` | Get the traffic for a subreddit. |
|
|
112
|
+
| `r_subreddit_about_wikibanned` | Get the wikibanned users for a subreddit. |
|
|
113
|
+
| `r_subreddit_about_wikicontributors` | Get the wikicontributors for a subreddit. |
|
|
114
|
+
| `r_subreddit_api_submit_text` | Get the submit text for a subreddit. |
|
|
115
|
+
| `subreddits_mine_where` | Get the subreddits the current user has access to. |
|
|
116
|
+
| `subreddits_search` | Search for subreddits. |
|
|
117
|
+
| `subreddits_where` | Get the subreddits the current user has access to. |
|
|
118
|
+
| `api_user_data_by_account_ids` | Get the user data by account IDs. |
|
|
119
|
+
| `api_username_available` | Check if a username is available. |
|
|
120
|
+
| `api_v1_me_friends_username1` | Get a user's friends. |
|
|
121
|
+
| `api_v1_me_friends_username` | Delete a user's friend. |
|
|
122
|
+
| `api_v1_user_username_trophies` | Get a user's trophies. |
|
|
123
|
+
| `user_username_about` | Get the about information for a user. |
|
|
124
|
+
| `user_username_where` | Get the user's posts or comments. |
|
|
125
|
+
| `users_search` | Search for users. |
|
|
126
|
+
| `users_where` | Get the user's posts or comments. |
|
|
127
|
+
| `r_subreddit_api_widgets` | Get the widgets for a subreddit. |
|
|
128
|
+
| `r_subreddit_api_widget_order_section` | Get the widget order for a subreddit. |
|
|
129
|
+
| `r_subreddit_api_widget_widget_id` | Delete a widget. |
|
|
130
|
+
| `r_subreddit_wiki_discussions_page` | Get the discussions for a wiki page. |
|
|
131
|
+
| `r_subreddit_wiki_page` | Get a wiki page. |
|
|
132
|
+
| `r_subreddit_wiki_pages` | Get the pages for a wiki. |
|
|
133
|
+
| `r_subreddit_wiki_revisions` | Get the revisions for a wiki. |
|
|
134
|
+
| `r_subreddit_wiki_revisions_page` | Get the revisions for a wiki page. |
|
|
135
|
+
| `r_subreddit_wiki_settings_page` | Get the settings for a wiki page. |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .app import RedditApp
|