{"id":18434683,"url":"https://github.com/assemble/assemblebot","last_synced_at":"2025-04-07T19:31:51.773Z","repository":{"id":57184980,"uuid":"48195305","full_name":"assemble/assemblebot","owner":"assemble","description":"Bot for responding to github issues opened on assemble repositories.","archived":false,"fork":false,"pushed_at":"2017-01-04T15:04:17.000Z","size":62,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-23T00:01:45.791Z","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/assemble.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":"2015-12-17T19:57:11.000Z","updated_at":"2017-07-06T04:15:43.000Z","dependencies_parsed_at":"2022-09-14T08:50:43.901Z","dependency_job_id":null,"html_url":"https://github.com/assemble/assemblebot","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assemble%2Fassemblebot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assemble%2Fassemblebot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assemble%2Fassemblebot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assemble%2Fassemblebot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/assemble","download_url":"https://codeload.github.com/assemble/assemblebot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247716344,"owners_count":20984223,"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-06T06:04:54.067Z","updated_at":"2025-04-07T19:31:51.484Z","avatar_url":"https://github.com/assemble.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# assemblebot [![NPM version](https://img.shields.io/npm/v/assemblebot.svg)](https://www.npmjs.com/package/assemblebot) [![Build Status](https://img.shields.io/travis/assemble/assemblebot.svg)](https://travis-ci.org/assemble/assemblebot)\n\n\u003e Bot for responding to github issues opened on assemble repositories.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install assemblebot --save\n```\n\n## Usage\n\n```js\nvar AssembleBot = require('assemblebot');\n```\n\n## API\n\n### [AssembleBot](index.js#L27)\n\nMain class for creating a new AssembleBot instance. This bot extends [GithubBot](https://github.com/doowb/githubbot) and creates an instance of [assemble-core](https://github.com/assemble/assemble-core) that can be used to render response templates.\n\n**Params**\n\n* `options` **{Object}**: Options to use to configure the bot.\n* `options.GITHUB_TOKEN` **{String}**: Personal github token the bot uses to post to github issues.\n\n**Example**\n\n```js\nvar bot = new AssembleBot({GITHUB_TOKEN: 'xxxxxxxxxxxxxxx'});\n```\n\n## Handlers\n\nThis bot implements the following github webhook event handlers:\n\n## Related projects\n\n* [assemble](https://www.npmjs.com/package/assemble): Assemble is a powerful, extendable and easy to use static site generator for node.js. Used… [more](https://www.npmjs.com/package/assemble) | [homepage](https://github.com/assemble/assemble)\n* [base-bot](https://www.npmjs.com/package/base-bot): Simple bot that knows how to handle events when told too. Use base bot to… [more](https://www.npmjs.com/package/base-bot) | [homepage](https://github.com/doowb/base-bot)\n* [githubbot](https://www.npmjs.com/package/githubbot): Starting point for registering event handlers and handling payloads coming from github webhooks. Allows usage… [more](https://www.npmjs.com/package/githubbot) | [homepage](https://github.com/doowb/githubbot)\n\n## Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/doowb/assemblebot/issues/new).\n\n## Building docs\n\nGenerate readme and API documentation with [verb][]:\n\n```sh\n$ npm install verb \u0026\u0026 npm run docs\n```\n\nOr, if [verb][] is installed globally:\n\n```sh\n$ verb\n```\n\n## Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm install -d \u0026\u0026 npm test\n```\n\n## Author\n\n**Brian Woodward**\n\n* [github/doowb](https://github.com/doowb)\n* [twitter/doowb](http://twitter.com/doowb)\n\n## License\n\nCopyright © 2016 [Brian Woodward](https://github.com/doowb)\nReleased under the [MIT license](https://github.com/assemble/assemblebot/blob/master/LICENSE).\n\n***\n\n_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on March 16, 2016._","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassemble%2Fassemblebot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fassemble%2Fassemblebot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassemble%2Fassemblebot/lists"}