Metadata-Version: 2.1
Name: OctoBot-Tentacles-Manager
Version: 2.2.3
Summary: OctoBot project module installer
Home-page: https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager
Author: Drakkar-Software
Author-email: drakkar-software@protonmail.com
License: LGPL-3.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Requires-Dist: cython (==0.29.21)
Requires-Dist: setuptools
Requires-Dist: OctoBot-Commons (<1.4,>=1.3.43)
Requires-Dist: aiofiles (<0.5,>=0.4.0)
Requires-Dist: aiohttp (<3.7,>=3.6.2)
Requires-Dist: jinja2 (<2.12,>=2.11.2)

# OctoBot-Tentacles-Manager [2.2.3](https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager/tree/master/CHANGELOG.md)
[![PyPI](https://img.shields.io/pypi/v/OctoBot-Tentacles-Manager.svg)](https://pypi.python.org/pypi/OctoBot-Tentacles-Manager/)
[![Downloads](https://pepy.tech/badge/OctoBot-Tentacles-Manager/month)](https://pepy.tech/project/OctoBot-Tentacles-Manager)
[![Build Status](https://travis-ci.com/Drakkar-Software/OctoBot-Tentacles-Manager.svg?branch=master)](https://travis-ci.com/Drakkar-Software/OctoBot-Tentacles-Manager)
[![Build Status](https://dev.azure.com/drakkarsoftware/OctoBot-Tentacles-Manager/_apis/build/status/Drakkar-Software.OctoBot-Tentacles-Manager?branchName=master)](https://dev.azure.com/drakkarsoftware/OctoBot-Tentacles-Manager/_build/latest?definitionId=9&branchName=master)


A module manager for your [OctoBot](https://github.com/Drakkar-Software/OctoBot) ! 

- Install OctoBot-Tentacles-Manager from pip : 

``` {.sourceCode .bash}
$ python3 -m pip install OctoBot-Tentacles-Manager
```

## Usage
- Install [OctoBot](https://github.com/Drakkar-Software/OctoBot)

- Use the integrated CLI interface: 

``` {.sourceCode .bash}
$ python3 octobot_tentacles_manager/cli.py --help
```

OR 

- Use CLI interface directly with OctoBot: 

Python:
``` {.sourceCode .bash}
$ python3 tentacles install all
```
Binary:
``` {.sourceCode .bash}
$ ./OctoBot tentacles install all
```

- Use your [OctoBot web interface at **'Tentacles'**.](https://github.com/Drakkar-Software/OctoBot/wiki/Customize-your-OctoBot#octobot-is-customizable-)



