Skip to content

Commit

Permalink
docs: basic run config and commands
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoKramer committed Mar 24, 2022
1 parent 1cd1a29 commit 5c80ca6
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# souffleuse
A chatbot that announces meetings and releases
A chatbot that announces meetings and releases on Slack and Twitter

## Configuration

Environment variables:

- `GITHUB_TOKEN` (The token you get from GitHub Webhooks)
- `SLACK_HOOK_URL` (Just a url that is unique for your integration)
- `TWITTER_API_KEY`
- `TWITTER_API_SECRET`
- `TWITTER_ACCESS_TOKEN`
- `TWITTER_ACCESS_TOKEN_SECRET`

## Running

Either via container: https://hub.docker.com/r/replikativ/souffleuse
or the uberjar `java -jar target/souffleuse-0.1.8`.

0 comments on commit 5c80ca6

Please sign in to comment.