https://github.com/dominiczedler/snips-datumuhrzeit
A date, time and dateinfo app for Snips.ai 🕑
https://github.com/dominiczedler/snips-datumuhrzeit
snips-skill
Last synced: 3 months ago
JSON representation
A date, time and dateinfo app for Snips.ai 🕑
- Host: GitHub
- URL: https://github.com/dominiczedler/snips-datumuhrzeit
- Owner: dominiczedler
- Created: 2018-04-30T21:02:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-26T16:05:53.000Z (over 5 years ago)
- Last Synced: 2025-01-28T00:44:38.357Z (5 months ago)
- Topics: snips-skill
- Language: Python
- Homepage: https://console.snips.ai/store/de/skill_9P346QWA0xE
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snips-DatumUhrzeit 🕑
A date and time app for Snips.ai## Installation
**Important:** The following instructions assume that [Snips](https://snips.gitbook.io/documentation/snips-basics) is
already configured and running on your device. [SAM](https://snips.gitbook.io/getting-started/installation) should
also already be set up and connected to your device and your account.1. In the German [app store](https://console.snips.ai/) add the
app `Datum & Uhrzeit` (by domi; [this](https://console.snips.ai/app-editor/bundle_9P346QWA0xE)) to
your *German* assistant.2. If you already have the same assistant on your platform, update it
(with [Sam](https://snips.gitbook.io/getting-started/installation)) with:
```bash
sam update-assistant
```
Otherwise install the assistant on the platform with [Sam](https://snips.gitbook.io/getting-started/installation)
with the following command to choose it (if you have multiple assistants in your Snips console):
```bash
sam install assistant
```
That's it!## Usage
With this app you can ask Snips for information about the date and the time, including the day of the week,
and some others.### Example sentences
#### Current date
- *Was für ein Tag ist heute?*
- *Sage den heutigen Tag.*
- *Den wievielten haben wir heute?*
- *Was ist das aktuelle Datum?*
- *Ist schon Wochenende?*
- [...]#### Current time
- *Kannst du mir die Uhrzeit verraten?*
- *Wie spät ist es?*
- *Sag mir die Zeit*
- *Ich wüsste gerne, wie spät es ist.*
- *Ich muss gleich los, wie spät ist es?
- *Bitte sage mir, wie spät es ist.*
- [...]#### Week number
- *Welche Wochennummer haben wir heute?*
- *Welche Woche ist am 1. Januar 2019?*
- *Die Wochennummer für den 24. Dezember.*
- *Sage mir die Kalenderwoche vom 2. Juli.*
- *Welche kalenderwoche ist der 18.05.?*
- *Was ist die Kalenderwoche vom 19. März 2016?*
- [...]#### Date info
- *Sage die aktuelle Minute.*
- *Was sind die aktuellen Stunden?*
- *In welchem Jahr sind wir?*
- *Was für ein Tag der Woche ist heute?*
- [...]## Contribution
Please report errors (you can see them with `sam service log`) and bugs by
opening a [new issue](https://github.com/MrJohnZoidberg/Snips-DatumUhrzeit/issues/new).
You can also write other ideas for this skill. Thank you for your contribution.