Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 669 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 669 Bytes

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