Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/reddit

package.json

45 lines · 1.3 KB · JSON
{
	"name": "@kody/reddit",
	"version": "1.0.0",
	"description": "Read Reddit subreddits, listings, search, and users, and preview guarded writes through saved OAuth.",
	"type": "module",
	"exports": {
		".": "./src/index.ts",
		"./accounts": "./src/accounts.ts",
		"./get-listing": "./src/get-listing.ts",
		"./get-me": "./src/get-me.ts",
		"./get-post": "./src/get-post.ts",
		"./get-subreddit": "./src/get-subreddit.ts",
		"./get-user": "./src/get-user.ts",
		"./request": "./src/request.ts",
		"./search": "./src/search.ts",
		"./smoke-test": "./src/smoke-test.ts",
		"./submit-comment": "./src/submit-comment.ts",
		"./submit-post": "./src/submit-post.ts",
		"./vote": "./src/vote.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE"
	],
	"kody": {
		"id": "reddit",
		"name": "Reddit",
		"description": "Read Reddit subreddits, listings, search, and users, and preview guarded writes through saved OAuth.",
		"category": "integrations",
		"tags": [
			"reddit",
			"social",
			"oauth",
			"subreddit",
			"listings",
			"search",
			"users",
			"posting"
		],
		"searchText": "reddit official oauth subreddit listing search user profile comments submit post vote dryRun confirm createAuthenticatedFetch identity read history mysubreddits no jobs multi-account connect reconnect snoo"
	},
	"license": "MIT",
	"private": false
}