Metadata-Version: 2.1
Name: nextcloudtalkbot
Version: 0.0.36
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Requires-Dist: caldav
Requires-Dist: cryptography
Requires-Dist: icalendar
Requires-Dist: python-dateutil
Requires-Dist: requests
Requires-Dist: vobject
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)


![Linting](https://github.com/sowoi/nextcloud-talk-bot//actions/workflows/python-lint.yml/badge.svg)
![Unittests](https://github.com/sowoi/nextcloud-talk-bot//actions/workflows/python-tox.yml/badge.svg)
![License](https://img.shields.io/pypi/l/nextcloudtalkbot?style=plastic)
![Dependencies](https://img.shields.io/librariesio/github/sowoi/nextcloud-talk-bot?style=plastic)
![Versions](https://img.shields.io/pypi/pyversions/nextcloudtalkbot?style=plastic)
![Release](https://img.shields.io/pypi/status/nextcloudtalkbot?style=plastic)
![Docs](https://readthedocs.org/projects/nextcloud-talk-bot/badge/?version=latest&style=plactic)