https://github.com/sowoi/nextcloud-talk-bot
Nextcloud Talk Bot framework with NLP processor and Python3 Nextcloud API wrapper.
https://github.com/sowoi/nextcloud-talk-bot
bot nextcloud nextcloud-talk-bot nextcloudtalk nextcloudtalkapi nextcloudtalkbot python
Last synced: 8 months ago
JSON representation
Nextcloud Talk Bot framework with NLP processor and Python3 Nextcloud API wrapper.
- Host: GitHub
- URL: https://github.com/sowoi/nextcloud-talk-bot
- Owner: sowoi
- License: gpl-3.0
- Created: 2023-04-03T19:49:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-13T08:13:16.000Z (12 months ago)
- Last Synced: 2025-07-13T10:12:47.191Z (12 months ago)
- Topics: bot, nextcloud, nextcloud-talk-bot, nextcloudtalk, nextcloudtalkapi, nextcloudtalkbot, python
- Language: HTML
- Homepage: https://okxo.de
- Size: 3.17 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://nextcloud-talk-bot.readthedocs.io).
## Translations
This project uses [Hosted Weblate](https://hosted.weblate.org/engage/nextcloudtalkbot/) for translation.
## License
Licensed under the terms of GNU General Public License v3.0. See LICENSE file.
## Developer-Website
[https://okxo.de](https://okxo.de)


[](https://github.com/sowoi/nextcloud-talk-bot/actions/workflows/github-code-scanning/codeql)





