BlakeWilliams / Elixir-Cleverbot

Simple implementation of the Cleverbot API in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleverbot

A simple Cleverbot API implmentation in Elixir that supports think converstations.

Usage

Add Cleverbot to your mix.exs dependencies.

def deps do
  [{:cleverbot, "~> 0.0.1"}]
end

Then create a new Cleverbot and think!

{:ok, pid} = Cleverbot.start_link

Cleverbot.think(pid, "Hello!") |> IO.puts

About

Simple implementation of the Cleverbot API in Elixir

License:MIT License


Languages

Language:Elixir 100.0%