nextcloudtalkbot

Python3 library for creating a Nextcloud Talk bot.


Keywords
bot, nextcloud, talk, nextcloud-talk-bot, nextcloudtalk, nextcloudtalkapi, nextcloudtalkbot, python
License
GPL-3.0
Install
pip install nextcloudtalkbot==0.0.46

Documentation

Nextcloud Talk Bot

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.

Installation

Via PIP:

pip install nextcloudtalkbot

or manually:

Clone this repository:

git clone https://github.com/sowoi/nextcloud-talk-bot.git

NLP

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

Documentation can be found at readthedocs.org.

Translations

This project uses Hosted Weblate for translation.

License

Licensed under the terms of GNU General Public License v3.0. See LICENSE file.

Developer-Website

https://okxo.de

Linting Unittests CodeQL License Dependencies Versions Release Docs Translations