opsdroid / skill-speakingclock

💬 A skill for opsdroid to tell the time each hour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opsdroid skill speakingclock

A skill for opsdroid to tell you the time every hour.

Requirements

pytz

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]"

About

💬 A skill for opsdroid to tell the time each hour

License:Apache License 2.0


Languages

Language:Python 100.0%