Search code examples
pythonpython-3.xaiml

AIML and python3


Hey I just started looking into programming Chatbots with python3 is there an interpreter for AIML files for python3. I tried looking in pip but I can only find it supported for python 2?


Solution

  • You can use https://github.com/weddige/pyaiml3 to enable AIML interpreter in python 3. I have tested it in python3.5.2 and it worked.