Skip to content

shotat/hedwig_github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HedwigGithub

A GitHub responder for Hedwig.

Installation

After you create a Hedwig robot, add hedwig_github to your list of dependencies in mix.exs:

def deps do
  [{:hedwig_github, "~> 0.1.1"}]
end

Ensure hedwig_github is started before your application:

def application do
  [applications: [:hedwig_github]]
end

Lastly, add HedwigGithub.Responders.Github as a responder to your robot in mix.exs.

About

A GitHub responder for Hedwig.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages