line_bot/sample/README.md

14 lines
305 B
Markdown
Raw Permalink Normal View History

# LineBotSample
Sample implementation of a Line Bot using the `line_bot` package.
## Running
1. Get dependencies: `mix deps.get`.
1. Set environment variables
```sh
export LINE_CLIENT_ID=...
export LINE_CLIENT_SECRET="..."
```
1. Start the application: `iex -S mix` or `mix run --no-halt`.