Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir-Chatbot-Marvin

Marvin responds to messages giving dictionary definitions, corrected spelling, and some translations.

Message format: @paranoidandroid:

format: d gives definiton of word d s gives definition of suggested correct word if wrong spelling t lang-from lang-to gives definiton and translation of word

Modularised. Definitions postprocessed slightly.

Installation

If available in Hex, the package can be installed as:

  1. Add marvin to your list of dependencies in mix.exs:
def deps do
[{:marvin, "~> 0.1.0"}]
end
  1. Ensure marvin is started before your application:
def application do
[applications: [:marvin]]
end

About

A Slack messaging chatbot named Marvin, who can provide word definitions, translate between some languages, and more.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages