Skip to content

BlakeWilliams/Elixir-Cleverbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages