Metadata-Version: 2.1
Name: nextcloudtalkbot
Version: 0.0.25
Summary: Python3 library for creating a Nextcloud Talk bot.
Project-URL: Homepage, https://github.com/sowoi/nextcloud-talk-bot
Project-URL: Bug Tracker, https://github.com/sowoi/nextcloud-talk-bot/issues
Project-URL: Documentation, https://nextcloud-talk-bot.readthedocs.io
Author-email: Massoud Ahmed <okko@okxo.de>
License-File: LICENSE
Keywords: bot,nextcloud,nextcloud talk
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: cryptography
Requires-Dist: requests
Description-Content-Type: text/markdown

# Nextcloud Talk Bot

Python3 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
```

## Documentation

Documentation can be found at [readthedocs.org](https://nextcloud-talk-bot.readthedocs.io).

## License

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

## Developer-Website

[https://okxo.de](https://okxo.de)