Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opsdroid/skill-speakingclock
💬 A skill for opsdroid to tell the time each hour
https://github.com/opsdroid/skill-speakingclock
Last synced: about 2 months ago
JSON representation
💬 A skill for opsdroid to tell the time each hour
- Host: GitHub
- URL: https://github.com/opsdroid/skill-speakingclock
- Owner: opsdroid
- License: apache-2.0
- Created: 2016-12-21T15:49:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T11:16:37.000Z (almost 5 years ago)
- Last Synced: 2024-10-30T00:00:49.936Z (2 months ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opsdroid skill speakingclock
A skill for [opsdroid](https://github.com/opsdroid/opsdroid) to tell you the time every hour.
## Requirements
[pytz](http://pytz.sourceforge.net/)
## Configuration
```
skills:
speakingclock:
timezone: "America/Chicago" # Optional local timezone
# If not set will use opdroid.config.timezone if set,
# otherwise UTC
show_utc: false # Optional, show UTC time with local
```## Usage
This skill will trigger automatically every hour.
> "The time is now 18:00 [CST]"
You can also ask directly.
#### `what time is it?`
> "it is 10:02 [CST]"