Brunopaes / friday

This project is aimed on creating personal assistants for my daily life and answering messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coca Skill

Brunopaes opened this issue · comments

  • Create a skill for adding the quantities of drinked coke.

For inserting 500 ml use:

coca add 500

The DB collection must be something near:

{
    "coke_mililiters": 500,
    "timestamp": datetime(2021, 02, 05, 9, 59, 43)
}

Done!