{"id":17558093,"url":"https://github.com/valandro/node-scrum-slack-bot","last_synced_at":"2025-03-29T09:41:59.392Z","repository":{"id":67774629,"uuid":"170523383","full_name":"valandro/node-scrum-slack-bot","owner":"valandro","description":"A Slack bot using NodeJS that remind your team that daily's time is coming.","archived":false,"fork":false,"pushed_at":"2019-02-28T17:35:21.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T00:41:14.595Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/valandro.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-13T14:40:04.000Z","updated_at":"2019-02-28T17:35:23.000Z","dependencies_parsed_at":"2023-04-20T02:30:18.905Z","dependency_job_id":null,"html_url":"https://github.com/valandro/node-scrum-slack-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valandro%2Fnode-scrum-slack-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valandro%2Fnode-scrum-slack-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valandro%2Fnode-scrum-slack-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valandro%2Fnode-scrum-slack-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valandro","download_url":"https://codeload.github.com/valandro/node-scrum-slack-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246168097,"owners_count":20734389,"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-10-21T09:43:13.813Z","updated_at":"2025-03-29T09:41:59.386Z","avatar_url":"https://github.com/valandro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n# Slack Scrum Bot\n\n\u003cimg src=\"static/img/slack.png\" height=\"50\" width=\"50\"\u003e\n\nA Slack bot built using `NodeJS` that alarms your team when the Daily's time is coming.\n\n## Usage\n\n### Environment\n\nYou will need to set a `.env` file **only** on the host that will run the app.\n\n.env file\n```\nSLACK_TOKEN=xoxb-3233057...\n```\n\n#### Note\n\n\u003e **Also you could change the channels that will be receive the messages from the bot.**\n\n### Change daily's time\n\nJust change the cron jobs that are defined in `index.js`.\n\n```javascript\nnew CronJob('00 25 9 * * 1-5', () =\u003e {\n    bot.postMessageToChannel('omni_pdv_time_a', \n                             'Está quase na hora da daily, faltam apenas *5 minutos!* :eyes:');\n    },null,true,'America/Sao_Paulo');\n```\n\n### License\nApache License. [Click here for more information.](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalandro%2Fnode-scrum-slack-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalandro%2Fnode-scrum-slack-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalandro%2Fnode-scrum-slack-bot/lists"}