Add linkbot contrib module

Linkbot listens for http:// and https:// links, and attempts to get
their titles.

This also adds the "tesla" dependency to mix.exs

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-06-13 20:59:58 -04:00
parent 8c8f3c928d
commit 9dc00562fd
2 changed files with 39 additions and 4 deletions

View File

@@ -29,9 +29,6 @@ defmodule Omnibot.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
]
[{:tesla, "~> 1.3.0"}]
end
end