Metadata-Version: 2.4
Name: octobot_tentacles_manager
Version: 2.9.19
Summary: OctoBot project module installer
Home-page: https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager
Author: Drakkar-Software
Author-email: contact@drakkar.software
License: LGPL-3.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: OctoBot-Commons<1.10,>=1.9.88
Requires-Dist: aiofiles<0.7,>=0.6.0
Requires-Dist: aiohttp>=3.9.5
Requires-Dist: packaging>=25.0
Provides-Extra: full
Requires-Dist: OctoBot-Commons[full]<1.10,>=1.9.88; extra == "full"
Requires-Dist: cython==0.29.32; extra == "full"
Requires-Dist: jinja2>=3.0.3; extra == "full"
Requires-Dist: pyyaml>=6.0; extra == "full"
Requires-Dist: aioboto3==12.1.0; extra == "full"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# OctoBot-Tentacles-Manager [2.9.19](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)
[![Github-Action-CI](https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager/workflows/OctoBot-Tentacles-Manager-CI/badge.svg)](https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager/actions)

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://www.octobot.cloud/en/guides/octobot-tentacles-development/customize-your-octobot?utm_source=octobot&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=octobot_tentacles_manager_readme)

