Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

jlobos/hubot-disqus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).