{"id":26214744,"url":"https://github.com/webkom/ababot","last_synced_at":"2025-04-15T18:41:58.765Z","repository":{"id":11675120,"uuid":"14184922","full_name":"webkom/ababot","owner":"webkom","description":"🤖 ","archived":false,"fork":false,"pushed_at":"2025-03-18T13:21:47.000Z","size":438,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-28T23:44:04.665Z","etag":null,"topics":["hubot","slack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"GunioRobot/SubSonic-3.0","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webkom.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}},"created_at":"2013-11-06T20:38:52.000Z","updated_at":"2025-03-13T11:26:30.000Z","dependencies_parsed_at":"2023-01-11T18:09:48.513Z","dependency_job_id":null,"html_url":"https://github.com/webkom/ababot","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/webkom%2Fababot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webkom%2Fababot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webkom%2Fababot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webkom%2Fababot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webkom","download_url":"https://codeload.github.com/webkom/ababot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249130989,"owners_count":21217653,"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":["hubot","slack"],"created_at":"2025-03-12T10:18:19.172Z","updated_at":"2025-04-15T18:41:58.727Z","avatar_url":"https://github.com/webkom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ababot\n\n### Running hubot Locally\n\nYou can test your hubot by running the following, however some plugins will not\nbehave as expected unless the [environment variables](#configuration) they rely\nupon have been set.\n\nOBS: A lot of the environment variables are pointing at the local cluster and will not work\nlocally.\n\nYou can start hubot locally by running:\n\n    % bin/hubot\n\nYou'll see some start up output and a prompt:\n\n    [Sat Feb 28 2015 12:38:27 GMT+0000 (GMT)] INFO Using default redis on localhost:6379\n    hubot\u003e\n\nThen you can interact with hubot by typing `hubot help`.\n\n    hubot\u003e hubot help\n    hubot help - Displays all of the help commands that hubot knows about.\n    ...\n\n### Adapters\n\nWe are running the Slack adapter to allow hubot to integrate with slack. we therefore run hubot\nwith the `-a slack` argument\n\n```sh\n$ bin/hubot -a \u003cadapter\u003e\n```\n\n### external-scripts\n\nThere will inevitably be functionality that everyone will want. Instead of\nwriting it yourself, you can use existing plugins.\n\nHubot is able to load plugins from third-party `npm` packages. This is the\nrecommended way to add functionality to your hubot. You can get a list of\navailable hubot plugins on [npmjs.com][npmjs] or by using `npm search`:\n\n    % npm search hubot-scripts panda\n    NAME             DESCRIPTION                        AUTHOR DATE       VERSION KEYWORDS\n    hubot-pandapanda a hubot script for panda responses =missu 2014-11-30 0.9.2   hubot hubot-scripts panda\n    ...\n\nTo use a package, check the package's documentation, but in general it is:\n\n1. Use `npm install --save` to add the package to `package.json` and install it\n2. Add the package name to `external-scripts.json` as a double quoted string\n\nYou can review `external-scripts.json` to see what is included by default.\n\n##### Advanced Usage\n\nIt is also possible to define `external-scripts.json` as an object to\nexplicitly specify which scripts from a package should be included. The example\nbelow, for example, will only activate two of the six available scripts inside\nthe `hubot-fun` plugin, but all four of those in `hubot-auto-deploy`.\n\n```json\n{\n  \"hubot-fun\": [\"crazy\", \"thanks\"],\n  \"hubot-auto-deploy\": \"*\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebkom%2Fababot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebkom%2Fababot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebkom%2Fababot/lists"}