Popularity
1.5
Stable
Activity
0.0
Stable
3
3
2
Monthly Downloads: 0
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.
-
ethereumex
Elixir JSON-RPC client for the Ethereum blockchain 0x063D3d782598744AF1252eBEaf3aA97D990Edf72 -
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS. -
cashier
Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of cleverbot or a related project?
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