{"id":20479139,"url":"https://github.com/kkazuo/dart-slack-rtm","last_synced_at":"2026-05-15T21:35:06.769Z","repository":{"id":56839580,"uuid":"92744743","full_name":"kkazuo/dart-slack-rtm","owner":"kkazuo","description":"A library for Slack RTM client developers.","archived":false,"fork":false,"pushed_at":"2023-05-13T04:40:18.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-26T20:57:27.408Z","etag":null,"topics":["dart","slack"],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkazuo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-05-29T13:54:37.000Z","updated_at":"2022-10-11T00:36:48.000Z","dependencies_parsed_at":"2024-11-15T15:41:46.673Z","dependency_job_id":"fd3911c0-3b60-4863-af54-cd5dd726672a","html_url":"https://github.com/kkazuo/dart-slack-rtm","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.09090909090909094,"last_synced_commit":"ef245ae4425b0cfeab1f5587966a92d1d14ef8d2"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/kkazuo/dart-slack-rtm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Fdart-slack-rtm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Fdart-slack-rtm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Fdart-slack-rtm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Fdart-slack-rtm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkazuo","download_url":"https://codeload.github.com/kkazuo/dart-slack-rtm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Fdart-slack-rtm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33080777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dart","slack"],"created_at":"2024-11-15T15:41:35.330Z","updated_at":"2026-05-15T21:35:06.752Z","avatar_url":"https://github.com/kkazuo.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slack_rtm\n\nA library for Slack RTM client developers.\n\n## Usage\n\nA simple usage example:\n\n    import 'package:slack_rtm/slack_rtm.dart';\n\n    void main() {\n      final token = 'xoxb-your-slacktoken';\n\n      final rtm = new Rtm(token, dumpUnhandle: true)\n        ..on(RtmEvent.hello, (msg, sess) {\n          print('\u003e\u003e $msg');\n        });\n      rtm.connect();\n    }\n\n## Features and bugs\n\nPlease file feature requests and bugs at the [issue tracker][tracker].\n\n[tracker]: https://github.com/kkazuo/dart-slack-rtm/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkazuo%2Fdart-slack-rtm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkazuo%2Fdart-slack-rtm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkazuo%2Fdart-slack-rtm/lists"}