Skip to content

👧 Yet another template of Alice skill written on Starlette with deployment on Now

License

Notifications You must be signed in to change notification settings

dmdin/Starlette-Alice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starlette Alice 💜

Template app for Yandex Alice made on Starlette with ready from the box Now deployment

Running on your PC without Now (only for debug!)

$ pip3 install -r requirements.txt
$ python3 app.py

Then in another console run ngrok to make your server open for the world.

$ ngrok http 8000

Then copy your public link and paste it into your skill settings in Alice developer dashboard

Deployment

Install Now, then run inside the project directory

$ now

If you run firstly, you will have to login via the email confirmation and create a project. Repeat the same steps with public link and your skill settings as with ngrok.

Thats all, so Alice got another useful skill!

About

👧 Yet another template of Alice skill written on Starlette with deployment on Now

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published