Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/remexre/tri

A simple task bot for Slack (Discord support in progress).
https://github.com/remexre/tri

diesel discord rust slack slack-bot

Last synced: about 1 month ago
JSON representation

A simple task bot for Slack (Discord support in progress).

Awesome Lists containing this project

README

        

# tri

[![Build Status](https://travis-ci.org/remexre/tri.svg?branch=master)](https://travis-ci.org/remexre/tri)

A simple task bot for Slack.

Depends on the environment variables `DATABASE_URL` and `SLACK_API_TOKEN`.
These environment variables may be set in a `.env` file.

## Usage

```
$ docker build -t remexre/tri .
$ docker run --rm -it --env SLACK_API_TOKEN=your-slack-api-token remexre/tri
```

## License

Licensed under either of

* Apache License, Version 2.0, (http://www.apache.org/licenses/LICENSE-2.0)
* MIT license (http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.