{"id":16248470,"url":"https://github.com/smashwilson/pushbot","last_synced_at":"2025-10-25T04:16:55.790Z","repository":{"id":13294866,"uuid":"15980887","full_name":"smashwilson/pushbot","owner":"smashwilson","description":"A Hubot instance that's here to protect you.","archived":false,"fork":false,"pushed_at":"2025-06-20T16:36:53.000Z","size":2945,"stargazers_count":11,"open_issues_count":29,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-20T17:22:39.645Z","etag":null,"topics":["coffeescript","hubot","javascript"],"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/smashwilson.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-01-16T21:02:53.000Z","updated_at":"2025-06-20T16:36:57.000Z","dependencies_parsed_at":"2024-10-27T21:29:46.832Z","dependency_job_id":"5371158d-84f7-4d6c-9adb-71b7519e4e3e","html_url":"https://github.com/smashwilson/pushbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smashwilson/pushbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashwilson%2Fpushbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashwilson%2Fpushbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashwilson%2Fpushbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashwilson%2Fpushbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smashwilson","download_url":"https://codeload.github.com/smashwilson/pushbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashwilson%2Fpushbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280902939,"owners_count":26410883,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["coffeescript","hubot","javascript"],"created_at":"2024-10-10T14:41:55.864Z","updated_at":"2025-10-25T04:16:55.771Z","avatar_url":"https://github.com/smashwilson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PushBot\n\n![CI](https://github.com/smashwilson/pushbot/workflows/CI/badge.svg) | [![Docker Repository on Quay.io](https://quay.io/repository/smashwilson/pushbot/status \"Docker Repository on Quay.io\")](https://quay.io/repository/smashwilson/pushbot) | [![Dependabot Status](https://api.dependabot.com/badges/status?host=github\u0026repo=smashwilson/pushbot)](https://dependabot.com)\n\nThis is a version of GitHub's chat bot, [Hubot](https://hubot.github.com/). We use it to do silly things in our Slack chat.\n\n### Getting started\n\nThe easiest way to run pushbot locally is to use Docker. Install [the Docker distribution for your platform of choice](https://docs.docker.com/#run-docker-anywhere). Make sure that you also have [docker-compose](https://docs.docker.com/compose/overview/); it's included in the Mac and Windows bundles, but on Linux you may need to install it separately.\n\nOnce Docker is installed and running, build and pull containers with:\n\n```bash\n# One-time setup\nbin/bootstrap\n```\n\nThen, to run pushbot with a shell adapter in the current terminal window:\n\n```bash\nbin/bot\n```\n\n### References\n\nWant to contribute scripts? Here are a few references that might be handy.\n\n- If you need a reference for JavaScript itself, I recommend the [Mozilla developer network](https://developer.mozilla.org/en-US/docs/Web/JavaScript).\n- The core node.js API is documented at [the official node website](https://nodejs.org/dist/latest-v7.x/docs/api/). Pushbot is currently running on node 7.9.\n- You can use modern JavaScript here, including class expressions, let and const, and async/await. I like to use [node.green](http://node.green/) to see what JavaScript features are available natively.\n- Non-core packages, like `request`, can be found on [npm](https://www.npmjs.com/).\n- Hubot's scripting API is documented [in the hubot repo](https://github.com/github/hubot/blob/master/docs/scripting.md). You can also use the other scripts in `scripts/` for reference, of course.\n\nIf your script starts to become big and complicated, you should consider extracting it to its own npm package. I did this for [hubot-markov](https://github.com/smashwilson/hubot-markov) if you'd like to see an example. [hubot-example](https://github.com/hubot-scripts/hubot-example) is a template library that you can clone as a starting point: make sure you edit the `package.json` info before you publish!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmashwilson%2Fpushbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmashwilson%2Fpushbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmashwilson%2Fpushbot/lists"}