{"id":18759087,"url":"https://github.com/ben/botkit-shell","last_synced_at":"2025-04-13T02:25:53.329Z","repository":{"id":57190211,"uuid":"61510559","full_name":"ben/botkit-shell","owner":"ben","description":"Shell adapter for Botkit","archived":false,"fork":false,"pushed_at":"2018-02-05T17:34:05.000Z","size":24,"stargazers_count":10,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-09T03:38:00.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ben.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}},"created_at":"2016-06-20T02:10:41.000Z","updated_at":"2019-03-08T05:21:10.000Z","dependencies_parsed_at":"2022-08-27T12:10:59.681Z","dependency_job_id":null,"html_url":"https://github.com/ben/botkit-shell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ben%2Fbotkit-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ben%2Fbotkit-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ben%2Fbotkit-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ben%2Fbotkit-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ben","download_url":"https://codeload.github.com/ben/botkit-shell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248655587,"owners_count":21140523,"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":[],"created_at":"2024-11-07T17:49:00.662Z","updated_at":"2025-04-13T02:25:53.304Z","avatar_url":"https://github.com/ben.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Botkit-Shell\n\nThis is a shell adapter for testing a [botkit](https://github.com/howdyai/botkit) bot, derived from the [Slack adapter](https://github.com/howdyai/botkit/blob/master/lib/SlackBot.js).\n\n## Installing\n\nYou'll want to be running Node 6.1.0 or newer.\n\n```shell\n$ npm install --save botkit-shell\n```\n\n## Initializating\n\nIn your bot initialization code, do this:\n\n```js\nlet shellbot = require('botkit-shell')\ncontroller = shellbot({})\ncontroller.spawn({})\n```\n\nThe shellbot follows most of the same conventions as the Slack bot, since it's written\n\n## Using\n\nStart up your bot with this adapter, and you should get a prompt that looks like this:\n\n```shell\n##\u003e\n```\n\nInteract as though you were in a public channel.\nSwitch to a DM context with `\\dm`, switch back with `\\ch`.\nDo `\\?` for more info on the shell commands.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fben%2Fbotkit-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fben%2Fbotkit-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fben%2Fbotkit-shell/lists"}