Adam Millerchip
7915b6d4ed
I originally developed this as an employee under the assumption that this would be released as an official SDK maintained by the company. But this is not the case, so I'm resetting the history to develop this in a personal capacity. This commit represents the progress until now. |
||
---|---|---|
.. | ||
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
.