Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaykul/skill-remember
https://github.com/jaykul/skill-remember
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaykul/skill-remember
- Owner: Jaykul
- License: apache-2.0
- Created: 2021-03-10T05:53:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T06:00:06.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T10:20:22.861Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opsdroid skill remember
A skill for [opsdroid](https://github.com/opsdroid/opsdroid) to remember things.
## Requirements
Opsdroid has a memory class which can be used to persist data between different connectors (which run in different process forks) and across restarts of the bot.
You need to have a database configured or it won't work past a restart.## Configuration
None
## Usage
### Remember:
> user: !remember faq https://poshcode.gitbook.io/powershell-faq/
> opsdroid: OK, I'll remember faq as https://poshcode.gitbook.io/powershell-faq/### Recall:
> user: !faq
> opsdroid: https://poshcode.gitbook.io/powershell-faq/### Forget:
> user: !forget faq
> opsdroid: Ok I've forgetten faq