https://github.com/kikytokamuro/aliceframework
AliceFramework - tiny framework for Yandex Alice
https://github.com/kikytokamuro/aliceframework
alice alice-skills tiny-framework yandex-alice
Last synced: 3 months ago
JSON representation
AliceFramework - tiny framework for Yandex Alice
- Host: GitHub
- URL: https://github.com/kikytokamuro/aliceframework
- Owner: KikyTokamuro
- License: mit
- Created: 2022-02-11T17:18:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T19:20:43.000Z (over 1 year ago)
- Last Synced: 2025-01-21T20:26:31.509Z (5 months ago)
- Topics: alice, alice-skills, tiny-framework, yandex-alice
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AliceFramework
Tiny framework for Yandex Alice### What is implemented
- text
- tts
- tokens### Deploying
1. Clone
2. Set up routing on your server to `AliceFramework/index.php`
3. Create new skill in `https://dialogs.yandex.ru/developer/`
4. Enjoy hacking### Adding your own commands
1. Add new command to `src/AliceFramework/Commands/Executors/` using examples `Example.php` and `RandomQuote.php` (`run` and `__construct` methods must be present)
2. Add path to new command class in `src/AliceFramework/Commands/CommandList.php`