{"id":16788860,"url":"https://github.com/narumincho/notion-to-discord","last_synced_at":"2025-09-12T23:32:34.130Z","repository":{"id":213788973,"uuid":"734926839","full_name":"narumincho/notion-to-discord","owner":"narumincho","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-07T03:05:47.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T10:44:53.014Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/narumincho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-23T03:43:51.000Z","updated_at":"2023-12-23T04:16:20.000Z","dependencies_parsed_at":"2024-01-07T04:19:41.846Z","dependency_job_id":null,"html_url":"https://github.com/narumincho/notion-to-discord","commit_stats":null,"previous_names":["narumincho/notion-to-discord"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/narumincho/notion-to-discord","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narumincho%2Fnotion-to-discord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narumincho%2Fnotion-to-discord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narumincho%2Fnotion-to-discord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narumincho%2Fnotion-to-discord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/narumincho","download_url":"https://codeload.github.com/narumincho/notion-to-discord/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narumincho%2Fnotion-to-discord/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274893250,"owners_count":25369278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T08:25:05.879Z","updated_at":"2025-09-12T23:32:34.079Z","avatar_url":"https://github.com/narumincho.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# notion-to-discord\n\n## build\n\n```sh\ndeno run -A --allow-write=./dist.json --check ./build.ts\n```\n\n## run\n\n`startInLocal.ts`\n\n```ts\nimport { startServer } from \"./main.tsx\";\n\nstartServer({\n  notionIntegrationSecret: \"secret_xxx\",\n  discordWebHookUrl: \"https://discord.com/api/webhooks/000/xxx\",\n});\n```\n\n```sh\ndeno run --unstable --allow-net=:8000,api.notion.com,discord.com --watch --check ./startInLocal.ts\n```\n\n## notificationToDiscord\n\n`notificationToDiscordInLocal.ts`\n\n```ts\nimport { notificationToDiscord } from \"./main.tsx\";\n\nnotificationToDiscord({\n  notionIntegrationSecret: \"secret_xxx\",\n  discordWebHookUrl: \"https://discord.com/api/webhooks/000/xxx\",\n});\n```\n\n```sh\ndeno run --allow-net=api.notion.com,discord.com --check ./notificationToDiscordInLocal.ts\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarumincho%2Fnotion-to-discord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarumincho%2Fnotion-to-discord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarumincho%2Fnotion-to-discord/lists"}