{"id":13769773,"url":"https://github.com/toliyansky/editorjs-telegram-post","last_synced_at":"2025-09-17T09:56:08.673Z","repository":{"id":174448453,"uuid":"652145420","full_name":"toliyansky/editorjs-telegram-post","owner":"toliyansky","description":"Telegram Post Tool for Editor.js 2.0","archived":false,"fork":false,"pushed_at":"2023-06-14T20:31:18.000Z","size":240,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T14:06:51.810Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toliyansky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-11T08:25:12.000Z","updated_at":"2024-10-20T22:38:36.000Z","dependencies_parsed_at":"2023-06-28T20:01:01.689Z","dependency_job_id":null,"html_url":"https://github.com/toliyansky/editorjs-telegram-post","commit_stats":null,"previous_names":["anatoliykozlov/editorjs-telegram-post"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/toliyansky/editorjs-telegram-post","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toliyansky%2Feditorjs-telegram-post","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toliyansky%2Feditorjs-telegram-post/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toliyansky%2Feditorjs-telegram-post/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toliyansky%2Feditorjs-telegram-post/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toliyansky","download_url":"https://codeload.github.com/toliyansky/editorjs-telegram-post/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toliyansky%2Feditorjs-telegram-post/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273886659,"owners_count":25185512,"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-06T02:00:13.247Z","response_time":2576,"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-08-03T17:00:31.408Z","updated_at":"2025-09-17T09:56:08.652Z","avatar_url":"https://github.com/toliyansky.png","language":"JavaScript","funding_links":[],"categories":["Tools"],"sub_categories":["Block Tools"],"readme":"# Telegram post\n\n![Version of EditorJS that the plugin is compatible with](https://badgen.net/badge/Editor.js/v2.0/blue)\n\nProvides Telegram post widget for the [Editor.js](https://ifmo.su/editor).\n\n## Installation\n\n### Install via NPM\n\nGet the package\n\n```shell\nnpm i --save editorjs-telegram-post\n```\n\nInclude module at your application\n\n```javascript\nimport TelegramPost from 'editorjs-telegram-post';\n```\n\n## Usage\n\nAdd a new Tool to the `tools` property of the Editor.js initial config.\n\n```javascript\nvar editor = EditorJS({\n  ...\n\n  tools: {\n    ...\n    telegramPost: TelegramPost,\n  },\n\n  ...\n});\n```\n\n## Output data\n\n| Field | Type     | Description                            |\n| ----- | -------- |----------------------------------------|\n| channelName  | `string` | telegram channel name                  |\n| messageId | `number` | message id of post in telegram channel |\n\n```json\n{\n  \"type\": \"telegramPost\",\n  \"data\": {\n    \"channelName\": \"telegram\",\n    \"messageId\": 236\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoliyansky%2Feditorjs-telegram-post","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoliyansky%2Feditorjs-telegram-post","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoliyansky%2Feditorjs-telegram-post/lists"}