saneery / viberex_example

This project is example of working with Viberex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ViberexExample

This project is example of working with Viberex

Getting Started

Set Viber token at config/config.exs:

config :viberex,
  auth_token: "your_token"

Run application inside IEx:

$ iex -S mix

Set webhook:

Viberex.ser_webhook("https://your_url")

About

This project is example of working with Viberex


Languages

Language:Elixir 100.0%