%global _empty_manifest_terminate_build 0 Name: python-OctoBot Version: 0.4.49 Release: 1 Summary: Cryptocurrencies alert / trading bot License: GPL-3.0 URL: https://github.com/Drakkar-Software/OctoBot Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f4/e2/f08daba06ef0f2448863dd9278d52aaddba8e2f8baa13d7a801e5732d621/OctoBot-0.4.49.tar.gz %description # OctoBot [0.4.49](https://octobot.click/gh-changelog) [](https://octobot.click/gh-pypi) [](https://app.codacy.com/gh/Drakkar-Software/OctoBot?utm_source=github.com&utm_medium=referral&utm_content=Drakkar-Software/OctoBot&utm_campaign=Badge_Grade_Dashboard) [](https://pepy.tech/project/octobot) [](https://octobot.click/gh-dockerhub) [](https://github.com/Drakkar-Software/OctoBot/actions) [](https://octobot.click/gh-status) #### Octobot Community []() [](https://octobot.click/gh-telegram) [](https://octobot.click/gh-discord) [](https://t.me/OctoBot_Project) [](https://octobot.click/gh-twitter) [](https://octobot.click/gh-youtube)
[](https://www.octobot.info/interfaces/twitter-interface)
OctoBot is highly customizable using its configuration and tentacles system.
You can build your own bot using the infinite [configuration](https://www.octobot.online/guides/#trading_modes) possibilities such as
**technical analysis**, **social media processing** or even **external statistics management** like google trends.
OctoBot is **AI ready**: Python being the main language for OctoBot, it's easy to integrate machine-learning libraries such as [Tensorflow](https://github.com/tensorflow/tensorflow) or
any other lib and take advantage of all the available data and create a very powerful trading strategy.
Octobot's main feature is **evolution** : you can [install](https://www.octobot.info/advanced_usage/tentacle-manager),
[modify](https://developer.octobot.info/guides/customize-your-octobot) and even [create](https://developer.octobot.info/guides/developer-guide) any tentacle you want to build your ideal cryptocurrency trading robot. You can even share your OctoBot evolutions!
## Hardware requirements
- CPU : 1 Core / 1GHz
- RAM : 250 MB
- Disk : 1 GB
## Installation
OctoBot's installation is **very simple**... because it is **very documented** ! See the [installation guides](https://www.octobot.online/guides/#installation) for more info.
#### One click deployment
Deploy your OctoBot on the OctoBot Cloud. No installation is required and your OctoBot will always be online and reachable.
[](https://octobot.click/gh-deploy)
#### [With executable](https://www.octobot.info/installation/with-binary)
Follow the [2 steps installation guide](https://www.octobot.online/executable_installation/)
In short:
- Use the latest release on the [release page](https://github.com/Drakkar-Software/OctoBot/releases/latest)
#### [With Docker](https://www.octobot.info/installation/with-docker)
Follow the [docker installation guide](https://www.octobot.online/docker_installation/)
In short :
```
docker run -itd --name OctoBot -p 80:5001 -v $(pwd)/user:/octobot/user -v $(pwd)/tentacles:/octobot/tentacles -v $(pwd)/logs:/octobot/logs drakkarsoftware/octobot:stable
```
And then open [http://localhost](http://localhost).
With docker-compose :
```
docker-compose up -d
```
And then open [https://octobot.localhost](https://octobot.localhost).
#### [With pip](https://octobot.click/gh-pip-install)
In short :
```
pip install OctoBot>=0.4.1
Octobot
```
#### [With python sources](https://octobot.click/gh-python-install)
Follow the [python installation guide](https://www.octobot.online/python_installation/)
In short :
```
git clone https://github.com/Drakkar-Software/OctoBot.git
cd OctoBot
python3 -m pip install -Ur requirements.txt
python3 start.py
```
## Exchanges
[](https://octobot.click/gh-binance)
[](https://octobot.click/gh-okex)
[](https://octobot.click/gh-gateio)
[](https://octobot.click/gh-huobi)
[](https://octobot.click/gh-hollaex)
[](https://pro.coinbase.com)
[](https://www.kucoin.com)
[](https://bitmex.com)
[](https://octobot.click/gh-ascendex)
Octobot supports many [exchanges](https://octobot.click/gh-exchanges) thanks to the [ccxt library](https://github.com/ccxt/ccxt).
To activate trading on an exchange, just configure OctoBot with your API keys as described [on the exchange documentation](https://www.octobot.online/guides/#exchanges).
## Contribute from a browser IDE
Make changes and contribute to OctoBot in a single click with an **already setup and ready to code developer environment** using Gitpod !
[](https://gitpod.io/#https://github.com/Drakkar-Software/OctoBot)
## Disclaimer
Do not risk money which you are afraid to lose. USE THE SOFTWARE AT YOUR OWN RISK. THE AUTHORS
AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS.
Always start by running a trading bot in simulation mode and do not engage money
before you understand how it works and what profit/loss you should expect.
Please feel free to read the source code and understand the mechanism of this bot.
## License
GNU General Public License v3.0 or later.
See [LICENSE](https://octobot.click/gh-license) to see the full text.
## Sponsors
| JetBrains with PyCharm Pro. |
|
| Special thanks to DigitalOcean for hosting OctoBot's open source tentacles and community websites. |
|
[](https://www.octobot.info/interfaces/twitter-interface)
OctoBot is highly customizable using its configuration and tentacles system.
You can build your own bot using the infinite [configuration](https://www.octobot.online/guides/#trading_modes) possibilities such as
**technical analysis**, **social media processing** or even **external statistics management** like google trends.
OctoBot is **AI ready**: Python being the main language for OctoBot, it's easy to integrate machine-learning libraries such as [Tensorflow](https://github.com/tensorflow/tensorflow) or
any other lib and take advantage of all the available data and create a very powerful trading strategy.
Octobot's main feature is **evolution** : you can [install](https://www.octobot.info/advanced_usage/tentacle-manager),
[modify](https://developer.octobot.info/guides/customize-your-octobot) and even [create](https://developer.octobot.info/guides/developer-guide) any tentacle you want to build your ideal cryptocurrency trading robot. You can even share your OctoBot evolutions!
## Hardware requirements
- CPU : 1 Core / 1GHz
- RAM : 250 MB
- Disk : 1 GB
## Installation
OctoBot's installation is **very simple**... because it is **very documented** ! See the [installation guides](https://www.octobot.online/guides/#installation) for more info.
#### One click deployment
Deploy your OctoBot on the OctoBot Cloud. No installation is required and your OctoBot will always be online and reachable.
[](https://octobot.click/gh-deploy)
#### [With executable](https://www.octobot.info/installation/with-binary)
Follow the [2 steps installation guide](https://www.octobot.online/executable_installation/)
In short:
- Use the latest release on the [release page](https://github.com/Drakkar-Software/OctoBot/releases/latest)
#### [With Docker](https://www.octobot.info/installation/with-docker)
Follow the [docker installation guide](https://www.octobot.online/docker_installation/)
In short :
```
docker run -itd --name OctoBot -p 80:5001 -v $(pwd)/user:/octobot/user -v $(pwd)/tentacles:/octobot/tentacles -v $(pwd)/logs:/octobot/logs drakkarsoftware/octobot:stable
```
And then open [http://localhost](http://localhost).
With docker-compose :
```
docker-compose up -d
```
And then open [https://octobot.localhost](https://octobot.localhost).
#### [With pip](https://octobot.click/gh-pip-install)
In short :
```
pip install OctoBot>=0.4.1
Octobot
```
#### [With python sources](https://octobot.click/gh-python-install)
Follow the [python installation guide](https://www.octobot.online/python_installation/)
In short :
```
git clone https://github.com/Drakkar-Software/OctoBot.git
cd OctoBot
python3 -m pip install -Ur requirements.txt
python3 start.py
```
## Exchanges
[](https://octobot.click/gh-binance)
[](https://octobot.click/gh-okex)
[](https://octobot.click/gh-gateio)
[](https://octobot.click/gh-huobi)
[](https://octobot.click/gh-hollaex)
[](https://pro.coinbase.com)
[](https://www.kucoin.com)
[](https://bitmex.com)
[](https://octobot.click/gh-ascendex)
Octobot supports many [exchanges](https://octobot.click/gh-exchanges) thanks to the [ccxt library](https://github.com/ccxt/ccxt).
To activate trading on an exchange, just configure OctoBot with your API keys as described [on the exchange documentation](https://www.octobot.online/guides/#exchanges).
## Contribute from a browser IDE
Make changes and contribute to OctoBot in a single click with an **already setup and ready to code developer environment** using Gitpod !
[](https://gitpod.io/#https://github.com/Drakkar-Software/OctoBot)
## Disclaimer
Do not risk money which you are afraid to lose. USE THE SOFTWARE AT YOUR OWN RISK. THE AUTHORS
AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS.
Always start by running a trading bot in simulation mode and do not engage money
before you understand how it works and what profit/loss you should expect.
Please feel free to read the source code and understand the mechanism of this bot.
## License
GNU General Public License v3.0 or later.
See [LICENSE](https://octobot.click/gh-license) to see the full text.
## Sponsors
| JetBrains with PyCharm Pro. |
|
| Special thanks to DigitalOcean for hosting OctoBot's open source tentacles and community websites. |
|
[](https://www.octobot.info/interfaces/twitter-interface)
OctoBot is highly customizable using its configuration and tentacles system.
You can build your own bot using the infinite [configuration](https://www.octobot.online/guides/#trading_modes) possibilities such as
**technical analysis**, **social media processing** or even **external statistics management** like google trends.
OctoBot is **AI ready**: Python being the main language for OctoBot, it's easy to integrate machine-learning libraries such as [Tensorflow](https://github.com/tensorflow/tensorflow) or
any other lib and take advantage of all the available data and create a very powerful trading strategy.
Octobot's main feature is **evolution** : you can [install](https://www.octobot.info/advanced_usage/tentacle-manager),
[modify](https://developer.octobot.info/guides/customize-your-octobot) and even [create](https://developer.octobot.info/guides/developer-guide) any tentacle you want to build your ideal cryptocurrency trading robot. You can even share your OctoBot evolutions!
## Hardware requirements
- CPU : 1 Core / 1GHz
- RAM : 250 MB
- Disk : 1 GB
## Installation
OctoBot's installation is **very simple**... because it is **very documented** ! See the [installation guides](https://www.octobot.online/guides/#installation) for more info.
#### One click deployment
Deploy your OctoBot on the OctoBot Cloud. No installation is required and your OctoBot will always be online and reachable.
[](https://octobot.click/gh-deploy)
#### [With executable](https://www.octobot.info/installation/with-binary)
Follow the [2 steps installation guide](https://www.octobot.online/executable_installation/)
In short:
- Use the latest release on the [release page](https://github.com/Drakkar-Software/OctoBot/releases/latest)
#### [With Docker](https://www.octobot.info/installation/with-docker)
Follow the [docker installation guide](https://www.octobot.online/docker_installation/)
In short :
```
docker run -itd --name OctoBot -p 80:5001 -v $(pwd)/user:/octobot/user -v $(pwd)/tentacles:/octobot/tentacles -v $(pwd)/logs:/octobot/logs drakkarsoftware/octobot:stable
```
And then open [http://localhost](http://localhost).
With docker-compose :
```
docker-compose up -d
```
And then open [https://octobot.localhost](https://octobot.localhost).
#### [With pip](https://octobot.click/gh-pip-install)
In short :
```
pip install OctoBot>=0.4.1
Octobot
```
#### [With python sources](https://octobot.click/gh-python-install)
Follow the [python installation guide](https://www.octobot.online/python_installation/)
In short :
```
git clone https://github.com/Drakkar-Software/OctoBot.git
cd OctoBot
python3 -m pip install -Ur requirements.txt
python3 start.py
```
## Exchanges
[](https://octobot.click/gh-binance)
[](https://octobot.click/gh-okex)
[](https://octobot.click/gh-gateio)
[](https://octobot.click/gh-huobi)
[](https://octobot.click/gh-hollaex)
[](https://pro.coinbase.com)
[](https://www.kucoin.com)
[](https://bitmex.com)
[](https://octobot.click/gh-ascendex)
Octobot supports many [exchanges](https://octobot.click/gh-exchanges) thanks to the [ccxt library](https://github.com/ccxt/ccxt).
To activate trading on an exchange, just configure OctoBot with your API keys as described [on the exchange documentation](https://www.octobot.online/guides/#exchanges).
## Contribute from a browser IDE
Make changes and contribute to OctoBot in a single click with an **already setup and ready to code developer environment** using Gitpod !
[](https://gitpod.io/#https://github.com/Drakkar-Software/OctoBot)
## Disclaimer
Do not risk money which you are afraid to lose. USE THE SOFTWARE AT YOUR OWN RISK. THE AUTHORS
AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS.
Always start by running a trading bot in simulation mode and do not engage money
before you understand how it works and what profit/loss you should expect.
Please feel free to read the source code and understand the mechanism of this bot.
## License
GNU General Public License v3.0 or later.
See [LICENSE](https://octobot.click/gh-license) to see the full text.
## Sponsors
| JetBrains with PyCharm Pro. |
|
| Special thanks to DigitalOcean for hosting OctoBot's open source tentacles and community websites. |
|