Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 .
```
## Running

You 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
```