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.phpandRandomQuote.php(runand__constructmethods must be present) - Add path to new command class in
src/AliceFramework/Commands/CommandList.php