Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opsdroid/skill-hello
💬 A 'Hello World' skill for opsdroid
https://github.com/opsdroid/skill-hello
Last synced: about 1 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T11:56:49.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T00:00:49.831Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- 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