Hedwig v1.0.1 Hedwig.Adapters.Console View Source
Hedwig Console Adapter
The console adapter is useful for testing out responders without a remote chat service.
config :my_app, MyApp.Robot,
adapter: Hedwig.Adapters.Console,
...
Start your application with mix run --no-halt and you will have a console
interface to your bot.
Link to this section Summary
Functions
Callback implementation for Hedwig.Adapter.emote/2
Callback implementation for Hedwig.Adapter.reply/2
Callback implementation for Hedwig.Adapter.send/2
Link to this section Functions
Callback implementation for Hedwig.Adapter.emote/2.
Callback implementation for Hedwig.Adapter.reply/2.
Callback implementation for Hedwig.Adapter.send/2.