Popularity
1.6
Declining
Activity
0.0
Stable
3
3
2

Monthly Downloads: 6
Programming language: Elixir
License: MIT License
Tags: Third Party APIs    

cleverbot alternatives and similar packages

Based on the "Third Party APIs" category.
Alternatively, view cleverbot alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cleverbot or a related project?

Add another 'Third Party APIs' Package

README

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