Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opsdroid/skill-devtools
💬 Some handy developer skills for use when working on opsdroid skills
https://github.com/opsdroid/skill-devtools
Last synced: about 2 months ago
JSON representation
💬 Some handy developer skills for use when working on opsdroid skills
- Host: GitHub
- URL: https://github.com/opsdroid/skill-devtools
- Owner: opsdroid
- License: apache-2.0
- Created: 2017-08-18T09:34:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T08:55:36.000Z (over 5 years ago)
- Last Synced: 2024-10-30T00:00:49.705Z (2 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# opsdroid skill devtools
Some handy skills for use while developing for [opsdroid](https://github.com/opsdroid/opsdroid).
## Requirements
None.
## Configuration
```yaml
- name: devtools
```## Usage
#### `reload`
Reloads all config.
> user: reload
>
> opsdroid: Reloading skills#### `quit`
Exits opsdroid.
> user: quit
>
> opsdroid: Stopping opsdroid#### `clear`
Clears terminal window (only works in shell)> user: clear
>
> opsdroid:#### `help skills`
Get list of active skills> user: help skills
>
>opsdroid: You have the following skills active: ['hello', 'dance', 'loudnoises', 'devtools']#### `help`
Get useful information about opsdroid.
> user: help
>
> opsdroid:
>
>OpsDroid - An open source chat bot framework written in python.
>
>OpsDroid comes with a few simple commands out of the box.
>With "Hello" Opsdroid will greet users when they say hello.
>With "Goodbye" Opsdroid will say goodbye to them when they leave.
>With "when did you last see " Opsdroid can tell you when the user was online.
>With "ALLCAPSTEXT" Opsdroid will complain with an image.
>With "Dance" Opsdroid will even dance!
>
>To see a list of all active skills just say:
>> help skills
>
>
>You can also add more skills to Opsdroid by uncommenting or adding new skills to the configuration file.
>A Configuration file can be found in:
>Path: ~/.opsdroid/configuration.yaml
>
>
>Official site: https://opsdroid.github.io
>Documentation files: http://opsdroid.readthedocs.io/en/latest/?badge=latest
>Blog: https://medium.com/opsdroid
>Youtube: https://www.youtube.com/channel/UC0FeGkDF7FrshmzAsb9lDvw
>GitHub: https://github.com/opsdroid
>
>Get opsdroid working on your computer:
>Opsdroid Desktop: https://github.com/opsdroid/opsdroid-desktop