{"id":16924415,"url":"https://github.com/dgautsch/urbn-gitbot","last_synced_at":"2025-04-05T13:45:39.730Z","repository":{"id":68403252,"uuid":"160525029","full_name":"dgautsch/urbn-gitbot","owner":"dgautsch","description":"A slackbot that gets your github information on command.","archived":false,"fork":false,"pushed_at":"2018-12-10T18:44:51.000Z","size":347,"stargazers_count":2,"open_issues_count":7,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-11T09:56:21.561Z","etag":null,"topics":["bot","javascript","slack-bot"],"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/dgautsch.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-12-05T13:48:02.000Z","updated_at":"2023-03-07T03:37:49.000Z","dependencies_parsed_at":"2023-03-11T03:36:10.234Z","dependency_job_id":null,"html_url":"https://github.com/dgautsch/urbn-gitbot","commit_stats":{"total_commits":26,"total_committers":5,"mean_commits":5.2,"dds":0.6923076923076923,"last_synced_commit":"500336b2e720fe3da83db3d219576cd509ce591d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgautsch%2Furbn-gitbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgautsch%2Furbn-gitbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgautsch%2Furbn-gitbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgautsch%2Furbn-gitbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dgautsch","download_url":"https://codeload.github.com/dgautsch/urbn-gitbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345812,"owners_count":20924100,"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":["bot","javascript","slack-bot"],"created_at":"2024-10-13T20:04:13.712Z","updated_at":"2025-04-05T13:45:39.709Z","avatar_url":"https://github.com/dgautsch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# URBN GitBot\n\nSometimes it's tough to keep all the noise from [GitHub](https://www.github.com) straight within your inbox. Not anymore! The **URBN GitBot** is a custom [Slack](https://www.slack.com) bot that seamlessly integrates the two together. All the information you need is only a quick command away.\n\nDo you have a need to list out PRs assigned to you? No problem!\n\nWhat about receiving notifications when a new PR is assigned to you? You've got it!\n\nFor instance, the `/gitbot pr` shows you all open PRs that have you listed as a reviewer.\n\n## Slack Commands\n\n* `/gitbot auth|authenticate` - Login to GitHub\n* `/gitbot pr` - Alias of `pr list`\n* `/gitbot pr list` - Pull all open PRs\n* `/gitbot pr reviewer` - Pull PRs where you are a reviewer\n* `/gitbot pr assigned` - Pull PRs where you are an assignee\n* `/gitbot creators|humans|team` - The lovely folks who made me\n* `/gitbot help` - Additional information\n\n## Local Development\n\n### Create .env File\n\nCopy the following text in to a .env file in the root of the project. Make sure to replace the given .env values with your specific keys.\n\n```\n# Environment Config\n\n# store your secrets and config variables in here\n# only invited collaborators will be able to see your .env values\n# reference these in your code with process.env.SECRET\n\n# Slack Client ID\nclientId=\n\n# Slack Secret ID\nclientSecret=\n\n# Slack Signing Secret ID\nclientSigningSecret=\n\n# Port bot will run on\nPORT=3000\n\n### GitBot Customization\nUGB_BOT_NAME=GitBot\n# Must be updated in Slack, this is used in the help messaging only\nUGB_SLASH_COMMAND=gitbot\n\n# note: .env is a shell file so there can't be spaces around =\n```\n\n### Expose Localhost / Start Server\n\nIn order to run the bot locally, you need to provide a bot name. When the bot name is set a subdomain will be created for you on the localtunnel service. This exposed url will need to be added to the App Configuration within Slack.\n\n*Note: Just remember to switch `botname` to a unique value!*\n\n* Run `npm install`\n* Run `UGB_BOT_NAME=botname npm run dev`\n\n# BotKit Documentation\n* [Botkit](./BotKit.md)\n* [Botkit - Slack](./BotKit-Slack.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgautsch%2Furbn-gitbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdgautsch%2Furbn-gitbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgautsch%2Furbn-gitbot/lists"}