A skill to manage your memory aids.
A skill powered by the open, non intrusive and super easy pytlas assistant framework
see for details: https://github.com/atlassistant/pytlas
- English
- create a new list named shopping list
- add eggs in my shopping list
- remove eggs from my shopping list
- delete the list shopping list
- show me the shopping list
- send to [email protected] the shopping list
- send to me the shopping list
- how does the list skill work
- path = (folder where list are stored as simple json file)
- from email = (email from used when sending a list)
- smtp address = (smtp server used to send email)
- smtp login = (smtp login if credential are required)
- smtp password = (associated smtp password )
In order to launch tests, you will need to install required dependencies and then launch the test suite with:
$ pip install -r requirements_tests.txt
$ python -m nose --with-coverage --cover-package=list