line_bot/sample
Adam Millerchip 7915b6d4ed Initial checkin.
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.
2019-09-02 20:46:29 +09:00
..
config Initial checkin. 2019-09-02 20:46:29 +09:00
lib Initial checkin. 2019-09-02 20:46:29 +09:00
test Initial checkin. 2019-09-02 20:46:29 +09:00
.formatter.exs Initial checkin. 2019-09-02 20:46:29 +09:00
README.md Initial checkin. 2019-09-02 20:46:29 +09:00
mix.exs Initial checkin. 2019-09-02 20:46:29 +09:00
mix.lock Initial checkin. 2019-09-02 20:46:29 +09:00

README.md

LineBotSample

Sample implementation of a Line Bot using the line_bot package.

Running

  1. Get dependencies: mix deps.get.
  2. Set environment variables
    export LINE_CLIENT_ID=...
    export LINE_CLIENT_SECRET="..."
    
  3. Start the application: iex -S mix or mix run --no-halt.