prodderman / echo-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

echo-bot

Before start, you need to create configuration files for each bot using a template and fill them.
Example for Telegram:
config.template.json -> config.json
and then:

{
  token: "Your token"
}

Available Scripts

stack build

Builds the project

stack exec bot vk

Runs bot for VK

stack exec bot telegram

Runs bot for Telegram

stack test

Runs tests

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%