https://github.com/opsdroid/skill-hello
💬 A 'Hello World' skill for opsdroid
https://github.com/opsdroid/skill-hello
Last synced: about 2 months ago
JSON representation
💬 A 'Hello World' skill for opsdroid
- Host: GitHub
- URL: https://github.com/opsdroid/skill-hello
- Owner: opsdroid
- License: apache-2.0
- Created: 2016-07-27T07:29:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T11:56:49.000Z (over 4 years ago)
- Last Synced: 2025-05-06T12:22:59.644Z (2 months ago)
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opsdroid skill hello
A skill for [opsdroid](https://github.com/opsdroid/opsdroid) to respond to hello and goodbye messages.
## Requirements
None.
## Configuration
None.
## Usage
#### `hello`
Says hello to the user.
> user: hello
>
> opsdroid: Hi user#### `goodbye`
Says goodbye to the user.
> user: bye
>
> opsdroid: Bye user