scripts
scripts copied to clipboard
New script ollama.py: AI auto-responder using Ollama
Single commit, single file added Commit message: New script ollama.py: AI auto-responder using Ollama No similar script already exists Name: max 32 chars, only lower case letters, digits and underscores Unique name, does not already exist in repository No shebang on the first line Comment in script with name/pseudo, e-mail and license Only English in code/comments Pure WeeChat API used, no extra API Function hook_process is used for any blocking call For Python script: works with Python 3 (Python 2 support is optional) Score 100 / 100 displayed by weechat-script-lint
Hi,
Thank you for the script.
Before your script can be integrated, please:
- squash all your commits in a single one
- include in your PR description the checklist (it is displayed when you make a new PR)
- please use hook_url (WeeChat ≥ 4.1.0) or hook_process_hashtable to fetch URL (otherwise it would block WeeChat)