/ex_viber

Primary LanguageElixir

ExViber

TODO: Add description

Installation

If available in Hex, the package can be installed by adding ex_viber to your list of dependencies in mix.exs:

def deps do
  [{:ex_viber, "~> 0.1.0"}]
end

Configuration

You must give your authentication token provided in the Viber mobile app:

config :ex_viber,
	token: "YOUR-AUTH-TOKEN",
	sender: %{
		name: "Bot Name",
		avatar: "Optional Avatar URL"
	}

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_viber.