https://github.com/bscholer/hubot-webqueue
https://github.com/bscholer/hubot-webqueue
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bscholer/hubot-webqueue
- Owner: bscholer
- Created: 2020-01-28T18:55:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:21:24.000Z (over 3 years ago)
- Last Synced: 2025-04-01T18:57:18.291Z (about 1 year ago)
- Language: JavaScript
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hubot Webqueue
Hubot Webqueue (aka webqueue-linker) is a chat bot built on the [Hubot][hubot] framework. It was
initially generated by [generator-hubot][generator-hubot], and configured to be
deployed on Windows.
[hubot]: http://hubot.github.com
[generator-hubot]: https://github.com/github/generator-hubot
### Running Hubot Webqueue Locally
You can start Hubot Webqueue locally by running, replacing TOKEN with the token provided to you on the Hubot configuration's page on Slack:
% $env:HUBOT_SLACK_TOKEN = 'xoxb-TOKEN'; .\bin\hubot -a slack
### Scripting
The main script is at `scripts/webqueuelinks.js`.