Popularity
1.8
Growing
Activity
0.0
Stable
3
3
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 -
pay_pal
:money_with_wings: PayPal REST API client for the Elixir language (elixir-lang) -
amazon_product_advertising_client
An Amazon Product Advertising API client for Elixir -
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.
Updating dependencies is time-consuming.
Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
Promo
blog.mergify.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