Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/higebu/docker-fluent-twitter-slack


https://github.com/higebu/docker-fluent-twitter-slack

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# docker-fluent-twitter-slack

Docker image with [Fluentd](https://github.com/fluent/fluentd), [fluent-plugin-twitter](https://github.com/y-ken/fluent-plugin-twitter) and [fluent-plugin-slack](https://github.com/sowawa/fluent-plugin-slack)

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) doesn't work for now.

## How to run on heroku

```
git clone https://github.com/higebu/docker-fluent-twitter-slack.git
cd docker-fluent-twitter-slack
heroku create
heroku config:set TWITTER_CONSUMER_KEY=xxx \
TWITTER_CONSUMER_SECRET=xxx \
TWITTER_ACCESS_TOKEN=xxx \
TWITTER_ACCESS_TOKEN_SECRET=xxx \
SLACK_WEBHOOK_URL=xxx \
SLACK_CHANNEL=general \
TWITTER_TIMELINE=tracking \
TWITTER_KEYWORD=aaa
TWITTER_LANG=ja,en \
TWITTER_OUTPUT_FORMAT=simple \
FLUENTD_OPT=-v
heroku container:push worker
```