Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moh3a/slack-go-bots

Simple Slack-bots
https://github.com/moh3a/slack-go-bots

bot go golang slack

Last synced: 26 days ago
JSON representation

Simple Slack-bots

Awesome Lists containing this project

README

        

# Slack bots in golang

- botcmd: for greetings and to calculate age
- upload: for image uploading to slack
- ai: a smart bot with wit.ai and wolfram

## ai bot setup

### create wolfram app

- copy app ID and add it as an environment variable

### create wit.ai app

- intents: create `wolfram` intent
- add built-in entities `wit/wolfram_search_query`
- settings: copy server access token and add it as an environment variable