haskbot-core-0.1: Easily-extensible chatbot for Slack messaging service

Safe HaskellSafe-Inferred

Network.Haskbot.Config

Contents

Description

The configuration type required to bootstrap Slack.Haskbot

Synopsis

The Config type

data Config Source

Constructors

Config 

Fields

listenOn :: Int

the port on which Haskbot listens

incEndpoint :: String

the Slack endpoint of your incoming integration, usually in the form of https:[your company name].slack.comserviceshooks/incoming-webhook

incToken :: String

the secret token of your incoming integration