TheTVDB 
This library provides access to TheTVDB API.
Documentation can be found here.
Installation
def deps do
[{:thetvdb, "~> 1.0.0"}]
end
This library runs as an application, so ensure it's added to mix.exs:
def applications do
[applications: [:thetvdb]]
end