Metadata-Version: 2.1
Name: nextcloudtalkbot
Version: 0.0.8
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

## Nextcloud Talk Bot

*Not ready for production, yet.*

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


### Usage

Run Setup Wizard:
```
python3 first_run_setup.py
```

which will crate a `.nextclouddata` file with:

```
NEXTCLOUD_URL::https://your.nextcloud.instance
USERNAME::your_username
PASSWORD::your_password
```
Your password is stored encrypted.


