/echo-bot

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

echo bot

How to run bot

Run from sources

Clone this repo

git clone git@github.com:the-toster/echo-bot.git

Go to corresponding directory

cd echo-bot

Run build command

stack build

Run bot

stack exec bot-exe

Configuration

Bot configured by setting environment variables, see .env.example for reference.
You can also create .env file (cp .env.example .env) to store your config.

Running tests

stack test