Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higebu/docker-fluent-twitter-slack
https://github.com/higebu/docker-fluent-twitter-slack
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/higebu/docker-fluent-twitter-slack
- Owner: higebu
- Created: 2017-11-06T01:50:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T06:26:48.000Z (about 7 years ago)
- Last Synced: 2024-10-04T19:43:48.495Z (4 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```