Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/format37/alice
SImple Alice skill python server
https://github.com/format37/alice
Last synced: about 6 hours ago
JSON representation
SImple Alice skill python server
- Host: GitHub
- URL: https://github.com/format37/alice
- Owner: format37
- Created: 2020-06-02T14:05:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T20:24:52.000Z (over 4 years ago)
- Last Synced: 2024-08-03T10:01:55.826Z (4 months ago)
- Language: Python
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-alice - format37/alice - Сокращенный пример aiohttp сервера (Разработка / SDK)
README
# Alice skill python server. Short example.
#### Prepare cert files
```cert/fullchain.pem```
```cert/privkey.pem```
```cert/cert.json```
#### Check, does your server accepting https requests
https://~~yoursite.net~~:8081/check
Should return: ok
#### Run the server
```python3 server.py```
to run server forever:
```nohup python3 /home/format37_gmail_com/projects/alice/server.py &```
#### Open skill setup page
https://dialogs.yandex.ru/developer/skills
#### Paste your server https link to Backend Webhook URL field
https://~~yoursite.net~~:8081/alice
#### Switch to testing page and test it!
![Alt-текст](https://github.com/format37/alice/blob/master/images/alice.png "Success!")