Popularity
1.1
Growing
Activity
0.0
Stable
3
1
2
Monthly Downloads: 2
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.
-
gringotts
A complete payment library for Elixir and Phoenix Framework -
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS. -
sparkpost
SparkPost client library for Elixir https://developers.sparkpost.com -
elixtagram
:camera: Instagram API client for the Elixir language (elixir-lang) -
google_sheets
Elixir library for fetching Google Spreadsheet data in CSV format -
amazon_product_advertising_client
An Amazon Product Advertising API client for Elixir -
pay_pal
:money_with_wings: PayPal REST API client for the Elixir language (elixir-lang) -
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 -
elixir_ipfs_api
The Elixir library that is used to communicate with the IPFS REST endpoint. -
airbrake
An Elixir notifier to the Airbrake/Errbit. System-wide error reporting enriched with the information from Plug and Phoenix channels.
Elixir and Phoenix Application Security Platform
Replace Snyk, reCaptcha, and Cloudflare bot defense with the only application security platform built for Elixir and Phoenix.
Promo
paraxial.io
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