0.1.0 • Published 7 years ago

hubot-disqus v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Hubot Disqus Adapter

This is Hubot adapter to use with Disqus

bitHound Code bitHound Dependencies

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_TOKEN Your Access Token of Disqus app.
  • HUBOT_DISQUS_API_KEY API Key of you Disqus app.
  • HUBOT_DISQUS_API_SECRET API Secret of you Disqus app.
  • HUBOT_DISQUS_FORUM This is id or name of you forum.

Optional:

  • HUBOT_DISQUS_LIMIT_THREADS Limit of threads where hubot works (default last 2 threads).
  • HUBOT_DISQUS_INTERVAL The interval in milliseconds to search new threads (default 5 minutes).
0.1.0

7 years ago

0.0.1

8 years ago