Python 3 library for creating a Nextcloud Talk bot.
This repository contains the code for a Nextcloud Talk bot that can perform various actions in a Nextcloud Talk room, such as sending files and listing activities.
Via PIP:
pip install nextcloudtalkbot
or manually:
Clone this repository:
git clone https://github.com/sowoi/nextcloud-talk-bot.git
To use Spacy as a Natural Language Processor, it is necessary to download a model.
python -m spacy download en_core_web_sm
The command downloads the model for the English language file.
Documentation can be found at readthedocs.org.
This project uses Hosted Weblate for translation.
Licensed under the terms of GNU General Public License v3.0. See LICENSE file.