Skip to content

atlassistant/pytlas-list

Repository files navigation

list skill for pytlas Build Status License

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

Supported languages

  • English

Typical sentences

  • 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

Configuration:

  • 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 )

Launching tests

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

About

A pytlas skill to manage your mementos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages