{"id":16152485,"url":"https://github.com/prashanth-sams/hubot-slack","last_synced_at":"2026-01-30T22:39:18.054Z","repository":{"id":69792790,"uuid":"176086583","full_name":"prashanth-sams/hubot-slack","owner":"prashanth-sams","description":"Chatbot for slack","archived":false,"fork":false,"pushed_at":"2019-04-10T16:40:23.000Z","size":71,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T11:03:39.933Z","etag":null,"topics":["hubot","hubot-plugins","hubot-script","hubot-scripts","hubot-slack","slack","slack-bot","slack-commands","slackbot"],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/prashanth-sams.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":"2019-03-17T10:36:30.000Z","updated_at":"2019-07-30T20:37:49.000Z","dependencies_parsed_at":"2023-07-10T05:45:37.461Z","dependency_job_id":null,"html_url":"https://github.com/prashanth-sams/hubot-slack","commit_stats":{"total_commits":57,"total_committers":1,"mean_commits":57.0,"dds":0.0,"last_synced_commit":"8f69906efaddb46a18bda780c21344f2db9c214b"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/prashanth-sams/hubot-slack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashanth-sams%2Fhubot-slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashanth-sams%2Fhubot-slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashanth-sams%2Fhubot-slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashanth-sams%2Fhubot-slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prashanth-sams","download_url":"https://codeload.github.com/prashanth-sams/hubot-slack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashanth-sams%2Fhubot-slack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28921453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"ssl_error","status_checked_at":"2026-01-30T22:32:31.927Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hubot","hubot-plugins","hubot-script","hubot-scripts","hubot-slack","slack","slack-bot","slack-commands","slackbot"],"created_at":"2024-10-10T01:07:24.877Z","updated_at":"2026-01-30T22:39:18.041Z","avatar_url":"https://github.com/prashanth-sams.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Hubot Slack\n\u003e A chatbot for [#slack] using [Hubot] service\n\n\u003ca href=\"https://twitter.com/intent/tweet?text=%23hubot%20%23slack%20%23Chatbot%20%23DevOps%20%40prashanthsams\u0026url=https://github.com/prashanth-sams/hubot-slack\"\u003e\u003cimg src=\"https://img.shields.io/twitter/url/https/twitter.com/prashanthsams.svg?label=Tweet\u0026style=social\"\u003e\u003c/a\u003e\n\n#### Hubot Slack runner\n\n```\n$ .bin/hubot --adapter \u003cyour_adapter_name\u003e HUBOT_SLACK_TOKEN=xxxx-xxxx-xxxx-xxxx \\\n              HUBOT_GITHUB_API=https://api.github.com \\\n              HUBOT_GITHUB_TOKEN=xxxx \\\n              HUBOT_GITHUB_USER=xxxx \\\n              HUBOT_GITHUB_REPO=xxxx\n```\n\n### Slack interaction\n\n- Let's start interacting with the bots created; let's say, `hubot help`\n- You can customize the bot name `hubot` with `your_custom_bot_name`. In this project, I named it as `sams` from `bin/hubot.cmd \u0026\u0026 bin/hubot` and made sure the bot name is the same while creating hubot slack token; so, my statement looks like, `sams help`\n\n```\nhubot\u003e hubot help\nhubot help - Displays all of the help commands that hubot knows about.\n```\n\nThe list of commands that qualify under this implementation is described below, along with additional info.\n\n### Github Issues\n------\n\nList, Create, Close, Open and Reopen GitHub issues\n\n| Command     | Description |\n| ---      | ---       |\n| `hubot issue \u003c#number\u003e` | Display an issue with specific number         |\n| `hubot issue any` \u003cbr\u003e `hubot issue any all` | Lists all the open \u0026 closed issues         |\n| `hubot issue any \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue any all \u003cYYYY-MM-DD\u003e` | Lists all the open \u0026 closed issues updated with specific date         |\n| `hubot issue any \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue any all \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the open \u0026 closed issues updated with specific date range         |\n| `hubot issue any \u003c#label\u003e` \u003cbr\u003e `hubot issue any all \u003c#label\u003e` | Lists all the open \u0026 closed issues with specific label         |\n| `hubot issue any \u003c#label\u003e \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue any all \u003c#label\u003e \u003cYYYY-MM-DD\u003e` | Lists all the open \u0026 closed issues updated with specific label and date         |\n| `hubot issue any \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue any all \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the open \u0026 closed issues updated with specific label and date range         |\n| `hubot issue any \u003c#text\u003e` \u003cbr\u003e `hubot issue any all \u003c#text\u003e` | Lists all the open \u0026 closed issues with specific text         |\n| `hubot issue any \u003c#text\u003e \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue any all \u003c#text\u003e \u003cYYYY-MM-DD\u003e` | Lists all the open \u0026 closed issues updated with specific text and date         |\n| `hubot issue any \u003c#text\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue any all \u003c#text\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the open \u0026 closed issues updated with specific text and date range         |\n| `hubot issue any \u003cassignee\u003e`     | Lists all the open \u0026 closed issues assigned to a known github user        |\n| `hubot issue any \u003cassignee\u003e \u003cYYYY-MM-DD\u003e` | Lists all the open \u0026 closed issues assigned to a known github user updated with specific date         |\n| `hubot issue any \u003cassignee\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the open \u0026 closed issues assigned to a known github user updated with specific date range         |\n| `hubot issue any \u003cassignee\u003e \u003c#label\u003e` | Lists all the open \u0026 closed issues with specific label assigned to a known github user         |\n| `hubot issue any \u003cassignee\u003e \u003c#label\u003e \u003cYYYY-MM-DD\u003e` | Lists all the open \u0026 closed issues updated with specific label and date assigned to a known github user         |\n| `hubot issue any \u003cassignee\u003e \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the open \u0026 closed issues updated with specific label and date assigned to a known github user         |\n| `hubot issue any \u003cassignee\u003e \u003c#text\u003e` | Lists all the open \u0026 closed issues with specific text assigned to a known github user         |\n| `hubot issue any \u003cassignee\u003e \u003c#text\u003e \u003cYYYY-MM-DD\u003e` | Lists all the open \u0026 closed issues updated with specific text and date assigned to a known github user         |\n| `hubot issue any \u003cassignee\u003e \u003c#text\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the open \u0026 closed issues updated with specific text and date range assigned to a known github user         |\n| `hubot issue closed` \u003cbr\u003e `hubot issue closed all` | Lists all the closed issues         |\n| `hubot issue closed \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue closed all \u003cYYYY-MM-DD\u003e` | Lists all the closed issues with specific date         |\n| `hubot issue closed \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue closed all \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the closed issues with specific date range         |\n| `hubot issue closed \u003c#label\u003e` \u003cbr\u003e `hubot issue closed all \u003c#label\u003e` | Lists all the closed issues with specific label         |\n| `hubot issue closed \u003c#label\u003e \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue closed all \u003c#label\u003e \u003cYYYY-MM-DD\u003e` | Lists all the closed issues with specific label and date         |\n| `hubot issue closed \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue closed all \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the closed issues with specific label and date range         |\n| `hubot issue closed \u003c“text”\u003e` \u003cbr\u003e `hubot issue closed all \u003c“text”\u003e` | Lists all the closed issues with specific text         |\n| `hubot issue closed \u003c“text”\u003e \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue closed all \u003c“text”\u003e \u003cYYYY-MM-DD\u003e` | Lists all the closed issues with specific text and date         |\n| `hubot issue closed \u003c“text”\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue closed all \u003c“text”\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the closed issues with specific text and date range         |\n| `hubot issue closed \u003cassignee\u003e` | Lists all the closed issues assigned to a known github user         |\n| `hubot issue closed \u003cassignee\u003e \u003cYYYY-MM-DD\u003e` | Lists all the closed issues assigned to a known github user with specific date         |\n| `hubot issue closed \u003cassignee\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the closed issues assigned to a known github user with specific date range         |\n| `hubot issue closed \u003cassignee\u003e \u003c#label\u003e` | Lists all the closed issues with specific label assigned to a known github user         |\n| `hubot issue closed \u003cassignee\u003e \u003c#label\u003e \u003cYYYY-MM-DD\u003e` | Lists all the closed issues with specific label assigned to a known github user with specific date         |\n| `hubot issue closed \u003cassignee\u003e \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the closed issues with specific label assigned to a known github user with specific date range         |\n| `hubot issue closed \u003cassignee\u003e \u003c“text”\u003e` | Lists all the closed issues with specific text assigned to a known github user         |\n| `hubot issue closed \u003cassignee\u003e \u003c“text”\u003e \u003cYYYY-MM-DD\u003e` | Lists all the closed issues with specific text assigned to a known github user with specific date         |\n| `hubot issue closed \u003cassignee\u003e \u003c“text”\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the closed issues with specific text assigned to a known github user with specific date range         |\n| `hubot issue open` \u003cbr\u003e `hubot issue open all` | Lists all the open issues         |\n| `hubot issue open \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue open all \u003cYYYY-MM-DD\u003e` | Lists all the open issues with specific date         |\n| `hubot issue open \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue open all \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the open issues with specific date range         |\n| `hubot issue open \u003c#label\u003e` \u003cbr\u003e `hubot issue open all \u003c#label\u003e` | Lists all the open issues with specific label         |\n| `hubot issue open \u003c#label\u003e \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue open all \u003c#label\u003e \u003cYYYY-MM-DD\u003e` | Lists all the open issues with specific label and date         |\n| `hubot issue open \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue open all \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the open issues with specific label and date range         |\n| `hubot issue open \u003c“text”\u003e` \u003cbr\u003e `hubot issue open all \u003c“text”\u003e` | Lists all the open issues with specific text         |\n| `hubot issue open \u003c“text”\u003e \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue open all \u003c“text”\u003e \u003cYYYY-MM-DD\u003e` | Lists all the open issues with specific text and date         |\n| `hubot issue open \u003c“text”\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot issue open all \u003c“text”\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the open issues with specific text and date range         |\n| `hubot issue open \u003cassignee\u003e` | Lists all the open issues assigned to a known github user         |\n| `hubot issue open \u003cassignee\u003e \u003cYYYY-MM-DD\u003e` | Lists all the open issues assigned to a known github user with specific date         |\n| `hubot issue open \u003cassignee\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the open issues assigned to a known github user with specific date range         |\n| `hubot issue open \u003cassignee\u003e \u003c#label\u003e` | Lists all the open issues with specific label assigned to a known user         |\n| `hubot issue open \u003cassignee\u003e \u003c#label\u003e \u003cYYYY-MM-DD\u003e` | Lists all the open issues with specific label and date assigned to a known user         |\n| `hubot issue open \u003cassignee\u003e \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the open issues with specific label and date range assigned to a known user         |\n| `hubot issue open \u003cassignee\u003e \u003c“text”\u003e` | Lists all the open issues with specific text assigned to a known user         |\n| `hubot issue open \u003cassignee\u003e \u003c“text”\u003e \u003cYYYY-MM-DD\u003e` | Lists all the open issues with specific text and date assigned to a known user         |\n| `hubot issue open \u003cassignee\u003e \u003c“text”\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` | Lists all the open issues with specific text and date range assigned to a known user         |\n| `hubot issue close \u003c#number\u003e`     | Close an existing issue        |\n| `hubot issue reopen \u003c#number\u003e`     | Re-open an existing issue        |\n| `hubot issue create \u003c“title”\u003e`     | Create an issue with title        |\n| `hubot issue create \u003c“title”\u003e \u003c#label\u003e`     | Create an issue with title and label        |\n| `hubot issue create \u003c“title”\u003e body \u003c{body}\u003e`     | Create an issue with title and body        |\n| `hubot issue create \u003c“title”\u003e body \u003c{body}\u003e \u003c#label\u003e`\u003cimg width=700/\u003e     | Create an issue with title, body, and label \u003cimg width=550/\u003e        |\n\n\n### Github Pull Request\n------\n\nList GitHub pull request(s)\n\n| Command     | Description |\n| ---      | ---       |\n| `hubot pr \u003c#number\u003e`     | Display a pull request with specific number        |\n| `hubot pr any` \u003cbr\u003e `hubot pr any all`     | Lists all the open \u0026 closed pull requests        |\n| `hubot pr any \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr any all \u003cYYYY-MM-DD\u003e`     | Lists all the open \u0026 closed pull requests updated with specific date        |\n| `hubot pr any \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr any all \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the open \u0026 closed pull requests updated with specific date range        |\n| `hubot pr any \u003c#label\u003e` \u003cbr\u003e `hubot pr any all \u003c#label\u003e`     | Lists all the open \u0026 closed pull requests with specific label        |\n| `hubot pr any \u003c#label\u003e \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr any all \u003c#label\u003e \u003cYYYY-MM-DD\u003e`     | Lists all the open \u0026 closed pull requests updated with specific label and date        |\n| `hubot pr any \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr any all \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the open \u0026 closed pull requests updated with specific label and date range        |\n| `hubot pr any \u003c#text\u003e` \u003cbr\u003e `hubot pr any all \u003c#text\u003e`     | Lists all the open \u0026 closed pull requests with specific text        |\n| `hubot pr any \u003c#text\u003e \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr any all \u003c#text\u003e \u003cYYYY-MM-DD\u003e`     | Lists all the open \u0026 closed pull requests updated with specific text and date        |\n| `hubot pr any \u003c#text\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr any all \u003c#text\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the open \u0026 closed pull requests updated with specific text and date range        |\n| `hubot pr any \u003cassignee\u003e`     | Lists all the open \u0026 closed pull requests assigned to a known github user        |\n| `hubot pr any \u003cassignee\u003e \u003cYYYY-MM-DD\u003e`     | Lists all the open \u0026 closed pull requests assigned to a known github user updated with specific date        |\n| `hubot pr any \u003cassignee\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the open \u0026 closed pull requests assigned to a known github user updated with specific date range        |\n| `hubot pr any \u003cassignee\u003e \u003c#label\u003e`     | Lists all the open \u0026 closed pull requests with specific label assigned to a known github user        |\n| `hubot pr any \u003cassignee\u003e \u003c#label\u003e \u003cYYYY-MM-DD\u003e`     | Lists all the open \u0026 closed pull requests updated with specific label and date assigned to a known github user        |\n| `hubot pr any \u003cassignee\u003e \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the open \u0026 closed pull requests updated with specific label and date assigned to a known github user        |\n| `hubot pr any \u003cassignee\u003e \u003c#text\u003e`     | Lists all the open \u0026 closed pull requests with specific text assigned to a known github user        |\n| `hubot pr any \u003cassignee\u003e \u003c#text\u003e \u003cYYYY-MM-DD\u003e`     | Lists all the open \u0026 closed pull requests updated with specific text and date assigned to a known github user        |\n| `hubot pr any \u003cassignee\u003e \u003c#text\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the open \u0026 closed pull requests updated with specific text and date range assigned to a known github user        |\n| `hubot pr closed` \u003cbr\u003e `hubot pr closed all`     | Lists all the closed pull requests        |\n| `hubot pr closed \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr closed all \u003cYYYY-MM-DD\u003e`     | Lists all the closed pull requests with specific date        |\n| `hubot pr closed \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr closed all \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the closed pull requests with specific date range        |\n| `hubot pr closed \u003c#label\u003e` \u003cbr\u003e `hubot pr closed all \u003c#label\u003e`     | Lists all the closed pull requests with specific label        |\n| `hubot pr closed \u003c#label\u003e \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr closed all \u003c#label\u003e \u003cYYYY-MM-DD\u003e`     | Lists all the closed pull requests with specific label and date        |\n| `hubot pr closed \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr closed all \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the closed pull requests with specific label and date range        |\n| `hubot pr closed \u003c“text”\u003e` \u003cbr\u003e `hubot pr closed all \u003c“text”\u003e`     | Lists all the closed pull requests with specific text        |\n| `hubot pr closed \u003c“text”\u003e \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr closed all \u003c“text”\u003e \u003cYYYY-MM-DD\u003e`     | Lists all the closed pull requests with specific text and date        |\n| `hubot pr closed \u003c“text”\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr closed all \u003c“text”\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the closed pull requests with specific text and date range        |\n| `hubot pr closed \u003cassignee\u003e`     | Lists all the closed pull requests assigned to a known github user        |\n| `hubot pr closed \u003cassignee\u003e \u003cYYYY-MM-DD\u003e`     | Lists all the closed pull requests assigned to a known github user with specific date        |\n| `hubot pr closed \u003cassignee\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the closed pull requests assigned to a known github user with specific date range        |\n| `hubot pr closed \u003cassignee\u003e \u003c#label\u003e`     | Lists all the closed pull requests with specific label assigned to a known github user        |\n| `hubot pr closed \u003cassignee\u003e \u003c#label\u003e \u003cYYYY-MM-DD\u003e`     | Lists all the closed pull requests with specific label assigned to a known github user with specific date        |\n| `hubot pr closed \u003cassignee\u003e \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the closed pull requests with specific label assigned to a known github user with specific date range        |\n| `hubot pr closed \u003cassignee\u003e \u003c“text”\u003e`     | Lists all the closed pull requests with specific text assigned to a known github user        |\n| `hubot pr closed \u003cassignee\u003e \u003c“text”\u003e \u003cYYYY-MM-DD\u003e`     | Lists all the closed pull requests with specific text assigned to a known github user with specific date        |\n| `hubot pr closed \u003cassignee\u003e \u003c“text”\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the closed pull requests with specific text assigned to a known github user with specific date range        |\n| `hubot pr open` \u003cbr\u003e `hubot pr open all`     | Lists all the open pull requests        |\n| `hubot pr open \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr open all \u003cYYYY-MM-DD\u003e`     | Lists all the open pull requests with specific date        |\n| `hubot pr open \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr open all \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the open pull requests with specific date range        |\n| `hubot pr open \u003c#label\u003e` \u003cbr\u003e `hubot pr open all \u003c#label\u003e`     | Lists all the open pull requests with specific label        |\n| `hubot pr open \u003c#label\u003e \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr open all \u003c#label\u003e \u003cYYYY-MM-DD\u003e`     | Lists all the open pull requests with specific label and date        |\n| `hubot pr open \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr open all \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the open pull requests with specific label and date range        |\n| `hubot pr open \u003c“text”\u003e` \u003cbr\u003e `hubot pr open all \u003c“text”\u003e`     | Lists all the open pull requests with specific text        |\n| `hubot pr open \u003c“text”\u003e \u003cYYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr open all \u003c“text”\u003e \u003cYYYY-MM-DD\u003e`     | Lists all the open pull requests with specific text and date        |\n| `hubot pr open \u003c“text”\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e` \u003cbr\u003e `hubot pr open all \u003c“text”\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the open pull requests with specific text and date range        |\n| `hubot pr open \u003cassignee\u003e`     | Lists all the open pull requests assigned to a known github user        |\n| `hubot pr open \u003cassignee\u003e \u003cYYYY-MM-DD\u003e`     | Lists all the open pull requests assigned to a known github user with specific date        |\n| `hubot pr open \u003cassignee\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the open pull requests assigned to a known github user with specific date range        |\n| `hubot pr open \u003cassignee\u003e \u003c#label\u003e`     | Lists all the open pull requests with specific label assigned to a known user        |\n| `hubot pr open \u003cassignee\u003e \u003c#label\u003e \u003cYYYY-MM-DD\u003e`     | Lists all the open pull requests with specific label and date assigned to a known user        |\n| `hubot pr open \u003cassignee\u003e \u003c#label\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`     | Lists all the open pull requests with specific label and date range assigned to a known user        |\n| `hubot pr open \u003cassignee\u003e \u003c“text”\u003e`     | Lists all the open pull requests with specific text assigned to a known user        |\n| `hubot pr open \u003cassignee\u003e \u003c“text”\u003e \u003cYYYY-MM-DD\u003e`     | Lists all the open pull requests with specific text and date assigned to a known user        |\n| `hubot pr open \u003cassignee\u003e \u003c“text”\u003e \u003cYYYY-MM-DD..YYYY-MM-DD\u003e`\u003cimg width=800/\u003e     | Lists all the open pull requests with specific text and date range assigned to a known user \u003cimg width=350/\u003e       |\n\n### Support\n- \u003ca href=\"https://twitter.com/intent/follow?screen_name=prashanthsams\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/prashanthsams.svg?style=social\" alt=\"follow on Twitter\"\u003e\u003c/a\u003e\n\n\n### Blogs\n\n- [Hubot Slack setup]\n\n[#slack]: https://slack.com/\n[Hubot]: https://hubot.github.com/\n[Hubot Slack setup]: https://devopsqa.wordpress.com/2019/03/19/hubot-slack-setup/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprashanth-sams%2Fhubot-slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprashanth-sams%2Fhubot-slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprashanth-sams%2Fhubot-slack/lists"}