0.1.0 • Published 9 years ago
hubot-disqus v0.1.0
Hubot Disqus Adapter
This is Hubot adapter to use with Disqus
Installation & Usage
Create a new Disqus Applications. Once you have a bot created, follow these steps:
npm install --save hubot-disqus- Set the environment variables specified in Configuration
- Run hubot
bin/hubot -a disqus
Configuration
This adapter uses the following environment variables:
Required:
HUBOT_DISQUS_ACCESS_TOKENYour Access Token of Disqus app.HUBOT_DISQUS_API_KEYAPI Key of you Disqus app.HUBOT_DISQUS_API_SECRETAPI Secret of you Disqus app.HUBOT_DISQUS_FORUMThis is id or name of you forum.
Optional:
HUBOT_DISQUS_LIMIT_THREADSLimit of threads where hubot works (default last 2 threads).HUBOT_DISQUS_INTERVALThe interval in milliseconds to search new threads (default 5 minutes).