Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etiennemarais/hubotautoinvite
Auto invites Hubot to the specified channels on slack node task
https://github.com/etiennemarais/hubotautoinvite
Last synced: about 5 hours ago
JSON representation
Auto invites Hubot to the specified channels on slack node task
- Host: GitHub
- URL: https://github.com/etiennemarais/hubotautoinvite
- Owner: etiennemarais
- License: mit
- Created: 2015-10-09T11:53:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T09:41:21.000Z (about 9 years ago)
- Last Synced: 2023-12-17T03:41:57.074Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hubotAutoInvite
Auto invites Hubot to all the available slack channels. This can be run as a cron task where your hubot is deployed.## Will not Work
- Reason is because Slack does not allow bots to api join channels. It has to be done manually by typing: `/invite @hubot`### TODO
- Enable this script when Slack actually decides to allow bots to auto join all channels.