Tiny framework for Yandex Alice
- text
- tts
- tokens
- Clone
- Set up routing on your server to
AliceFramework/index.php
- Create new skill in
https://dialogs.yandex.ru/developer/
- Enjoy hacking
- Add new command to
src/AliceFramework/Commands/Executors/
using examplesExample.php
andRandomQuote.php
(run
and__construct
methods must be present) - Add path to new command class in
src/AliceFramework/Commands/CommandList.php