nim-slack-client

Nim Socket Stuff for a bot

Pure Nim score 15/100 · last commit 2018-12-19 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 1
Forks 0
Open Issues 0
Last Commit 2018-12-19
Downloads 0
Last Indexed 2026-08-01 04:45

Installation

nimble install nim-slack-client
choosenim install nim-slack-client
git clone https://gitlab.com/tangerdanger/nim-slack-client

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
nim-slack-client - - - - - - -

README

Nim Slack Client

Introduction

Provides a nim wrapper to Slack's Real Time Messaging API

A slack bot token is required to access the API

Slack API for Nim

Instructions

Add your token to your configDir/token.cfg. It should look like this:

{
    "token": "xxxxxxx"
}