line_bot/sample/README.md

305 B

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.