|
||
---|---|---|
.. | ||
config | ||
lib | ||
test | ||
.formatter.exs | ||
mix.exs | ||
mix.lock | ||
README.md |
LineBotSample
Sample implementation of a Line Bot using the line_bot
package.
Running
- Get dependencies:
mix deps.get
. - Set environment variables
export LINE_CLIENT_ID=... export LINE_CLIENT_SECRET="..."
- Start the application:
iex -S mix
ormix run --no-halt
.