Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxisto/know-it-all
A SlackBot written in Go that integrates data from different sources, such as Google Maps or Wikipedia.
https://github.com/oxisto/know-it-all
bot go slack
Last synced: about 2 months ago
JSON representation
A SlackBot written in Go that integrates data from different sources, such as Google Maps or Wikipedia.
- Host: GitHub
- URL: https://github.com/oxisto/know-it-all
- Owner: oxisto
- License: apache-2.0
- Created: 2017-11-02T16:25:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T15:40:31.000Z (over 6 years ago)
- Last Synced: 2024-11-25T14:51:39.697Z (2 months ago)
- Topics: bot, go, slack
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# know-it-all
A SlackBot that aims to "know it all". It integrates with different data sources, such as Google Maps, Wikipedia or even your TeamSpeak server.
## Building
```
docker build -t know-it-all .
```
## RunningYou have to at least provide an authentication token for your Slack workspace, i.e. by setting the SLACK_API_TOKEN environment variable.
```
docker run -e SLACK_API_TOKEN=XXXXXXX know-it-all
```