{"id":28983484,"url":"https://github.com/imranity/hubot-hipchat-docker","last_synced_at":"2026-02-14T01:03:19.856Z","repository":{"id":80459641,"uuid":"80944853","full_name":"imranity/hubot-hipchat-docker","owner":"imranity","description":"A docker container to start hubot hipchat with redis using supervisord","archived":false,"fork":false,"pushed_at":"2017-02-06T05:43:54.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-24T17:04:16.662Z","etag":null,"topics":["hipchat","hubot","hubot-docker","hubot-hipchat-docker"],"latest_commit_sha":null,"homepage":"","language":null,"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/imranity.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":"2017-02-04T20:02:34.000Z","updated_at":"2021-06-10T09:15:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"19733559-b750-4ebf-a9a4-779833823998","html_url":"https://github.com/imranity/hubot-hipchat-docker","commit_stats":null,"previous_names":["imranity/hubot-hipchat-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imranity/hubot-hipchat-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imranity%2Fhubot-hipchat-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imranity%2Fhubot-hipchat-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imranity%2Fhubot-hipchat-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imranity%2Fhubot-hipchat-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imranity","download_url":"https://codeload.github.com/imranity/hubot-hipchat-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imranity%2Fhubot-hipchat-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273213950,"owners_count":25065059,"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-09-01T02:00:09.058Z","response_time":120,"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":["hipchat","hubot","hubot-docker","hubot-hipchat-docker"],"created_at":"2025-06-24T16:45:07.661Z","updated_at":"2026-02-14T01:03:14.799Z","avatar_url":"https://github.com/imranity.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hubot-hipchat-docker image \n\nHubot-hipchat-docker is a docker image to start hubot hipchat with redis as backend.  \n\nOnly requirement is to pass the hipchat credentials as environment variables during runtime.  \n\nThe container starts with two services when run:\n\t\n* redis-server\n* hubot (with hipchat as adapter)\n\n## Building the image\n\nThe image is built with following command:\n\n\tdocker build -t hubot-hipchat .\n\n## Running the container\n\nAn easy way to run the container is to first create a file that credentials for your hipchat bot account and later pass it as env during container \nrun.  \n\n1. First create a file lets say `creds.list` that looks like following:\n\t```bash\n\tcat \u003c\u003cEOF \u003e creds.list  \n\tHUBOT_HIPCHAT_TOKEN=\"AUTH TOKEN OF BOT USERS HIPCHAT ACCOUNT\"  \n\tHUBOT_HIPCHAT_JID=\"JABBER ID OF BOT USER\"  \n\tHUBOT_HIPCHAT_PASSWORD=\"ACTUAL PASSWORD\"  \n\tHUBOT_HIPCHAT_ROOMS=\"ROOM URL TO CONNECT WHEN HUBOT STARTS\"   \n\tEOF\n\t```\nThe details of these credentials can be found here [official-hubot-hipchat-plugin](https://github.com/hipchat/hubot-hipchat).\n\n2. After setting the credentials in creds.list, start the container:  \n\t```bash\n\tdocker run -d --env-file creds.list --name hubot-hipchat hubot-hipchat\n\t```\n\n3. Confirm services are running:  \n`docker logs hubot-hipchat`\n\n\t```\n\t2017-02-04 05:28:51,010 INFO success: hubot entered RUNNING state, process has stayed up for \u003e than 1 seconds (startsecs)  \n\t2017-02-04 05:28:51,010 INFO success: redis entered RUNNING state, process has stayed up for \u003e than 1 seconds (startsecs)\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimranity%2Fhubot-hipchat-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimranity%2Fhubot-hipchat-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimranity%2Fhubot-hipchat-docker/lists"}