Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/remexre/tri
- Owner: remexre
- Created: 2017-10-30T17:25:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T02:01:19.000Z (almost 7 years ago)
- Last Synced: 2024-12-05T14:07:15.032Z (about 2 months ago)
- Topics: diesel, discord, rust, slack, slack-bot
- Language: Rust
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.