Skip to content

Instantly share code, notes, and snippets.

View ryanleesipes's full-sized avatar

Ryan Sipes ryanleesipes

View GitHub Profile
@B0073D
B0073D / sopel_adapter.py
Last active January 21, 2016 15:55
Early work for Sopel Adapt integration. This could be one possible way for Adapt to be used in a 'simple' manner.
import sopel.module
import sopel.formatting
# Adapt imports:
import json
from adapt.intent import IntentBuilder
from adapt.engine import IntentDeterminationEngine
def adapter(*intent_list):