{"id":16390327,"url":"https://github.com/qertis/telegram-bot-activitystreams","last_synced_at":"2025-10-26T13:31:43.003Z","repository":{"id":65180613,"uuid":"585193201","full_name":"qertis/telegram-bot-activitystreams","owner":"qertis","description":"Telegram Bot API Message ActivityStreams 2.0","archived":false,"fork":false,"pushed_at":"2024-09-25T21:01:11.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-09-26T03:27:06.015Z","etag":null,"topics":["activity-streams","activitystreams","activitystreams-vocabulary","telegram-activitystreams","telegram-bot-api-activitystreams"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/telegram-bot-activitystreams","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/qertis.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-04T14:55:16.000Z","updated_at":"2024-09-25T21:01:14.000Z","dependencies_parsed_at":"2024-09-14T06:37:29.723Z","dependency_job_id":null,"html_url":"https://github.com/qertis/telegram-bot-activitystreams","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.25,"last_synced_commit":"204dd91e4838ea6b06b0d3c474ffc752203ad035"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qertis%2Ftelegram-bot-activitystreams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qertis%2Ftelegram-bot-activitystreams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qertis%2Ftelegram-bot-activitystreams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qertis%2Ftelegram-bot-activitystreams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qertis","download_url":"https://codeload.github.com/qertis/telegram-bot-activitystreams/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219862885,"owners_count":16555951,"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","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":["activity-streams","activitystreams","activitystreams-vocabulary","telegram-activitystreams","telegram-bot-api-activitystreams"],"created_at":"2024-10-11T04:42:51.277Z","updated_at":"2025-10-26T13:31:37.667Z","avatar_url":"https://github.com/qertis.png","language":"JavaScript","readme":"# ActivityStreams 2.0 Telegram Bot Messages\n\nSerialization telegram message into ActivityStreams.\n\n- [Terms](https://www.w3.org/ns/activitystreams)\n- [Specification](https://www.w3.org/TR/activitystreams-core)\n- [Vocabulary](https://www.w3.org/TR/activitystreams-vocabulary)\n\n| Activity   | Available |\n|------------|-----------|\n| summary    | ✅         |\n| instrument | ✅         |\n| actor      | ✅         |\n| origin     | ✅         |\n| target     | ✅         |\n| origin     | ✅         |\n| startTime  | ✅         |\n| endTime    | ✅         |\n\n| Objects  | Available   |\n|----------|-------------|\n| Person   | ✅           |\n| Profile  | ✅           |\n| Note     | ✅           |\n| Audio    | ✅           |\n| Video    | ✅           |\n| Document | ✅           |\n| Event    | ✅           |\n| Place    | ✅           |\n\n## Example\n\u003e [node-telegram-bot-api](https://github.com/yagop/node-telegram-bot-api)\n\n```bash\nnpm i telegram-bot-activitystreams\n```\n\n```javascript\nconst activitystreams = require('telegram-bot-activitystreams');\nconst TelegramBot = require('node-telegram-bot-api');\n\nconst token = 'YOUR_TELEGRAM_BOT_TOKEN';\nconst bot = new TelegramBot(token, {polling: true});\n\nbot.on('message', (msg) =\u003e {\n  const activity = activitystreams(msg);\n  bot.sendMessage(msg.chat.id, 'Hello ' + activity.actor.name);\n});\n```\n\nWorks better with [telegram-bot-api-express](https://github.com/qertis/telegram-bot-api-express).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqertis%2Ftelegram-bot-activitystreams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqertis%2Ftelegram-bot-activitystreams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqertis%2Ftelegram-bot-activitystreams/lists"}