Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moh3a/slack-go-bots
- Owner: moh3a
- Created: 2023-05-05T20:53:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-21T19:30:48.000Z (over 1 year ago)
- Last Synced: 2024-06-20T21:04:18.554Z (7 months ago)
- Topics: bot, go, golang, slack
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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