Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install OctoBot via python pip




OctoBot - Cryptocurrencies alert / trading bot, it belongs to Classifiers:

- Operating System :: MacOS
- Operating System :: MacOS :: MacOS X
- Operating System :: Microsoft
- Operating System :: Microsoft :: Windows
- Programming Language :: C
- Programming Language :: Cython

When you know about this project and you want to new install OctoBot to support your project or you get trouble as ModuleNotFoundError: No module named "OctoBot" or ImportError: cannot import name "OctoBot" in your project, let follow this tutorial to install OctoBot



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_OctoBot_env

- Active the virtual environment

test_OctoBot_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_OctoBot_env

- Active the virtual environment

source test_OctoBot_env/bin/active


Step 2: OK, now, let flow below content to start the installation OctoBot

To install OctoBot on Windows(CMD):

py -m pip install OctoBot

To install OctoBot on Unix/macOs:

pip install OctoBot


Step 3: If you want to install a specific OctoBot version, add ==<OctoBot version> to the end command line

Example:

pip install OctoBot==0.2.4b1                                                        pre-release


Please see the version list below table:

VersionReleased dateCommand
OctoBot 0.4.52022-06-13T22:49:21Windows:

py -m pip install OctoBot==0.4.5

Unix/macOs:

pip install OctoBot==0.4.5

OctoBot 0.4.42022-06-11T09:35:58Windows:

py -m pip install OctoBot==0.4.4

Unix/macOs:

pip install OctoBot==0.4.4

OctoBot 0.4.32021-11-23T18:11:52Windows:

py -m pip install OctoBot==0.4.3

Unix/macOs:

pip install OctoBot==0.4.3

OctoBot 0.4.22021-11-21T23:56:33Windows:

py -m pip install OctoBot==0.4.2

Unix/macOs:

pip install OctoBot==0.4.2

OctoBot 0.4.12021-10-16T12:12:30Windows:

py -m pip install OctoBot==0.4.1

Unix/macOs:

pip install OctoBot==0.4.1

OctoBot 0.3.92020-04-24T21:06:14Windows:

py -m pip install OctoBot==0.3.9

Unix/macOs:

pip install OctoBot==0.3.9

OctoBot 0.3.82019-12-28T11:14:33Windows:

py -m pip install OctoBot==0.3.8

Unix/macOs:

pip install OctoBot==0.3.8

OctoBot 0.3.72019-09-01T20:38:52Windows:

py -m pip install OctoBot==0.3.7

Unix/macOs:

pip install OctoBot==0.3.7

OctoBot 0.3.62019-07-15T21:17:00Windows:

py -m pip install OctoBot==0.3.6

Unix/macOs:

pip install OctoBot==0.3.6

OctoBot 0.3.52019-05-29T18:16:31Windows:

py -m pip install OctoBot==0.3.5

Unix/macOs:

pip install OctoBot==0.3.5

OctoBot 0.3.42019-05-12T22:04:20Windows:

py -m pip install OctoBot==0.3.4

Unix/macOs:

pip install OctoBot==0.3.4

OctoBot 0.3.32019-04-18T21:29:01Windows:

py -m pip install OctoBot==0.3.3

Unix/macOs:

pip install OctoBot==0.3.3

OctoBot 0.3.12019-01-29T20:45:37Windows:

py -m pip install OctoBot==0.3.1

Unix/macOs:

pip install OctoBot==0.3.1


Step 4: Otherwise, you can install OctoBot from local archives:

Download the distribution file from OctoBot-0.4.5.tar.gz or the specific OctoBot version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_OctoBot_downloaded_file>

On Unix/macOs:

pip install <path_to_OctoBot_downloaded_file>


List distribution:

- OctoBot-0.2.4b1-py2.py3-none-any.whl (python version >=3.7.2)
- OctoBot-0.2.4b1.tar.gz (python version >=3.7.2)
- OctoBot-0.2.4b2-py2.py3-none-any.whl (python version >=3.7.2)
- OctoBot-0.2.4b2.tar.gz (python version >=3.7.2)
- OctoBot-0.3.1-py2.py3-none-any.whl (python version >=3.7.2)
- OctoBot-0.3.1.tar.gz (python version >=3.7.2)
- OctoBot-0.3.2b0-py2.py3-none-any.whl (python version >=3.7.2)
- OctoBot-0.3.2b0.tar.gz (python version >=3.7.2)
- OctoBot-0.3.3-py2.py3-none-any.whl (python version >=3.7.2)
- OctoBot-0.3.3.tar.gz (python version >=3.7.2)
- OctoBot-0.3.4-py2.py3-none-any.whl (python version >=3.7.2)
- OctoBot-0.3.4.tar.gz (python version >=3.7.2)
- OctoBot-0.3.5-py2.py3-none-any.whl (python version >=3.7.2)
- OctoBot-0.3.5.tar.gz (python version >=3.7.2)
- OctoBot-0.3.6-py2.py3-none-any.whl (python version >=3.7.2)
- OctoBot-0.3.6.tar.gz (python version >=3.7.2)
- OctoBot-0.3.7-py2.py3-none-any.whl (python version >=3.7.2)
- OctoBot-0.3.7.tar.gz (python version >=3.7.2)
- OctoBot-0.3.8-py2.py3-none-any.whl (python version >=3.7.2)
- OctoBot-0.3.8.tar.gz (python version >=3.7.2)
- OctoBot-0.3.9-py2.py3-none-any.whl (python version >=3.7.2)
- OctoBot-0.3.9.tar.gz (python version >=3.7.2)
- OctoBot-0.4.0a2-cp37-cp37m-macosx_10_14_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a2-cp37-cp37m-manylinux1_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a2.tar.gz (python version >=3.7)
- OctoBot-0.4.0a3-cp37-cp37m-macosx_10_14_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a3-cp37-cp37m-manylinux1_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a3.tar.gz (python version >=3.7)
- OctoBot-0.4.0a4-cp37-cp37m-macosx_10_14_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a4-cp37-cp37m-manylinux1_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a4.tar.gz (python version >=3.7)
- OctoBot-0.4.0a5-cp37-cp37m-macosx_10_14_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a5-cp37-cp37m-manylinux1_i686.whl (python version >=3.7)
- OctoBot-0.4.0a5-cp37-cp37m-manylinux1_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a5-cp37-cp37m-win32.whl (python version >=3.7)
- OctoBot-0.4.0a5-cp37-cp37m-win_amd64.whl (python version >=3.7)
- OctoBot-0.4.0a5-py3.7-win-amd64.egg (python version >=3.7)
- OctoBot-0.4.0a5-py3.7-win32.egg (python version >=3.7)
- OctoBot-0.4.0a5.tar.gz (python version >=3.7)
- OctoBot-0.4.0a6-cp37-cp37m-macosx_10_14_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a6-cp37-cp37m-manylinux1_i686.whl (python version >=3.7)
- OctoBot-0.4.0a6-cp37-cp37m-manylinux1_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a6-cp37-cp37m-win32.whl (python version >=3.7)
- OctoBot-0.4.0a6-cp37-cp37m-win_amd64.whl (python version >=3.7)
- OctoBot-0.4.0a6-py3.7-win-amd64.egg (python version >=3.7)
- OctoBot-0.4.0a6-py3.7-win32.egg (python version >=3.7)
- OctoBot-0.4.0a6.tar.gz (python version >=3.7)
- OctoBot-0.4.0a7-cp37-cp37m-macosx_10_14_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a7-cp37-cp37m-manylinux1_i686.whl (python version >=3.7)
- OctoBot-0.4.0a7-cp37-cp37m-manylinux1_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a7-cp37-cp37m-win32.whl (python version >=3.7)
- OctoBot-0.4.0a7-cp37-cp37m-win_amd64.whl (python version >=3.7)
- OctoBot-0.4.0a7-py3.7-win-amd64.egg (python version >=3.7)
- OctoBot-0.4.0a7-py3.7-win32.egg (python version >=3.7)
- OctoBot-0.4.0a7.tar.gz (python version >=3.7)
- OctoBot-0.4.0a8-cp37-cp37m-macosx_10_14_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a8-cp37-cp37m-manylinux1_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a8-cp37-cp37m-win32.whl (python version >=3.7)
- OctoBot-0.4.0a8-cp37-cp37m-win_amd64.whl (python version >=3.7)
- OctoBot-0.4.0a8-py3.7-win-amd64.egg (python version >=3.7)
- OctoBot-0.4.0a8-py3.7-win32.egg (python version >=3.7)
- OctoBot-0.4.0a8.tar.gz (python version >=3.7)
- OctoBot-0.4.0a9-cp37-cp37m-macosx_10_14_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a9-cp37-cp37m-manylinux1_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a9-cp37-cp37m-win32.whl (python version >=3.7)
- OctoBot-0.4.0a9-cp37-cp37m-win_amd64.whl (python version >=3.7)
- OctoBot-0.4.0a9-py3.7-win-amd64.egg (python version >=3.7)
- OctoBot-0.4.0a9-py3.7-win32.egg (python version >=3.7)
- OctoBot-0.4.0a9.tar.gz (python version >=3.7)
- OctoBot-0.4.0a11-cp37-cp37m-manylinux1_i686.whl (python version >=3.7)
- OctoBot-0.4.0a11-cp37-cp37m-manylinux2014_i686.whl (python version >=3.7)
- OctoBot-0.4.0a11-cp37-cp37m-manylinux2014_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a11.tar.gz (python version >=3.7)
- OctoBot-0.4.0a12-cp37-cp37m-manylinux1_i686.whl (python version >=3.7)
- OctoBot-0.4.0a12-cp37-cp37m-manylinux2014_i686.whl (python version >=3.7)
- OctoBot-0.4.0a12-cp37-cp37m-manylinux2014_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a12.tar.gz (python version >=3.7)
- OctoBot-0.4.0a13-cp37-cp37m-manylinux1_i686.whl (python version >=3.7)
- OctoBot-0.4.0a13-cp37-cp37m-manylinux2014_i686.whl (python version >=3.7)
- OctoBot-0.4.0a13-cp37-cp37m-manylinux2014_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a13.tar.gz (python version >=3.7)
- OctoBot-0.4.0a14-cp37-cp37m-manylinux1_i686.whl (python version >=3.7)
- OctoBot-0.4.0a14-cp37-cp37m-manylinux2014_i686.whl (python version >=3.7)
- OctoBot-0.4.0a14-cp37-cp37m-manylinux2014_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a14.tar.gz (python version >=3.7)
- OctoBot-0.4.0a15-cp37-cp37m-manylinux1_i686.whl (python version >=3.7)
- OctoBot-0.4.0a15-cp37-cp37m-manylinux2014_i686.whl (python version >=3.7)
- OctoBot-0.4.0a15-cp37-cp37m-manylinux2014_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a15.tar.gz (python version >=3.7)
- OctoBot-0.4.0a16-cp37-cp37m-manylinux1_i686.whl (python version >=3.7)
- OctoBot-0.4.0a16-cp37-cp37m-manylinux2014_i686.whl (python version >=3.7)
- OctoBot-0.4.0a16-cp37-cp37m-manylinux2014_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a16-py3.7-macosx-10.14-x86_64.egg (python version >=3.7)
- OctoBot-0.4.0a16-py3.7-win-amd64.egg (python version >=3.7)
- OctoBot-0.4.0a16-py3.7-win32.egg (python version >=3.7)
- OctoBot-0.4.0a16.tar.gz (python version >=3.7)
- OctoBot-0.4.0a17-cp37-cp37m-macosx_10_14_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a17-cp37-cp37m-manylinux1_i686.whl (python version >=3.7)
- OctoBot-0.4.0a17-cp37-cp37m-manylinux2014_i686.whl (python version >=3.7)
- OctoBot-0.4.0a17-cp37-cp37m-manylinux2014_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a17-cp37-cp37m-win32.whl (python version >=3.7)
- OctoBot-0.4.0a17-cp37-cp37m-win_amd64.whl (python version >=3.7)
- OctoBot-0.4.0a17-py3.7-macosx-10.14-x86_64.egg (python version >=3.7)
- OctoBot-0.4.0a17-py3.7-win-amd64.egg (python version >=3.7)
- OctoBot-0.4.0a17-py3.7-win32.egg (python version >=3.7)
- OctoBot-0.4.0a17.tar.gz (python version >=3.7)
- OctoBot-0.4.0a18-cp37-cp37m-macosx_10_14_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a18-cp37-cp37m-manylinux1_i686.whl (python version >=3.7)
- OctoBot-0.4.0a18-cp37-cp37m-manylinux2014_i686.whl (python version >=3.7)
- OctoBot-0.4.0a18-cp37-cp37m-manylinux2014_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a18-cp37-cp37m-win32.whl (python version >=3.7)
- OctoBot-0.4.0a18-cp37-cp37m-win_amd64.whl (python version >=3.7)
- OctoBot-0.4.0a18-py3.7-macosx-10.14-x86_64.egg (python version >=3.7)
- OctoBot-0.4.0a18-py3.7-win-amd64.egg (python version >=3.7)
- OctoBot-0.4.0a18-py3.7-win32.egg (python version >=3.7)
- OctoBot-0.4.0a18.tar.gz (python version >=3.7)
- OctoBot-0.4.0a19-cp37-cp37m-macosx_10_14_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a19-cp37-cp37m-manylinux1_i686.whl (python version >=3.7)
- OctoBot-0.4.0a19-cp37-cp37m-manylinux2014_i686.whl (python version >=3.7)
- OctoBot-0.4.0a19-cp37-cp37m-manylinux2014_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a19-cp37-cp37m-win32.whl (python version >=3.7)
- OctoBot-0.4.0a19-cp37-cp37m-win_amd64.whl (python version >=3.7)
- OctoBot-0.4.0a19-py3.7-macosx-10.14-x86_64.egg (python version >=3.7)
- OctoBot-0.4.0a19-py3.7-win-amd64.egg (python version >=3.7)
- OctoBot-0.4.0a19-py3.7-win32.egg (python version >=3.7)
- OctoBot-0.4.0a19.tar.gz (python version >=3.7)
- OctoBot-0.4.0a20-cp37-cp37m-macosx_10_14_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a20-cp37-cp37m-manylinux1_i686.whl (python version >=3.7)
- OctoBot-0.4.0a20-cp37-cp37m-manylinux2014_aarch64.whl (python version >=3.7)
- OctoBot-0.4.0a20-cp37-cp37m-manylinux2014_i686.whl (python version >=3.7)
- OctoBot-0.4.0a20-cp37-cp37m-manylinux2014_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a20-cp37-cp37m-win32.whl (python version >=3.7)
- OctoBot-0.4.0a20-cp37-cp37m-win_amd64.whl (python version >=3.7)
- OctoBot-0.4.0a20-py3.7-macosx-10.14-x86_64.egg (python version >=3.7)
- OctoBot-0.4.0a20-py3.7-win-amd64.egg (python version >=3.7)
- OctoBot-0.4.0a20-py3.7-win32.egg (python version >=3.7)
- OctoBot-0.4.0a20.tar.gz (python version >=3.7)
- OctoBot-0.4.0a21-cp37-cp37m-macosx_10_14_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a21-cp37-cp37m-manylinux1_i686.whl (python version >=3.7)
- OctoBot-0.4.0a21-cp37-cp37m-manylinux2014_aarch64.whl (python version >=3.7)
- OctoBot-0.4.0a21-cp37-cp37m-manylinux2014_i686.whl (python version >=3.7)
- OctoBot-0.4.0a21-cp37-cp37m-manylinux2014_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a21-cp37-cp37m-win32.whl (python version >=3.7)
- OctoBot-0.4.0a21-cp37-cp37m-win_amd64.whl (python version >=3.7)
- OctoBot-0.4.0a21-py3.7-macosx-10.14-x86_64.egg (python version >=3.7)
- OctoBot-0.4.0a21-py3.7-win-amd64.egg (python version >=3.7)
- OctoBot-0.4.0a21-py3.7-win32.egg (python version >=3.7)
- OctoBot-0.4.0a21.tar.gz (python version >=3.7)
- OctoBot-0.4.0a22-cp37-cp37m-macosx_10_14_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a22-cp37-cp37m-manylinux1_i686.whl (python version >=3.7)
- OctoBot-0.4.0a22-cp37-cp37m-manylinux2014_aarch64.whl (python version >=3.7)
- OctoBot-0.4.0a22-cp37-cp37m-manylinux2014_i686.whl (python version >=3.7)
- OctoBot-0.4.0a22-cp37-cp37m-manylinux2014_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a22-cp37-cp37m-win32.whl (python version >=3.7)
- OctoBot-0.4.0a22-cp37-cp37m-win_amd64.whl (python version >=3.7)
- OctoBot-0.4.0a22-py3.7-macosx-10.14-x86_64.egg (python version >=3.7)
- OctoBot-0.4.0a22-py3.7-win-amd64.egg (python version >=3.7)
- OctoBot-0.4.0a22-py3.7-win32.egg (python version >=3.7)
- OctoBot-0.4.0a22.tar.gz (python version >=3.7)
- OctoBot-0.4.0a23-cp37-cp37m-macosx_10_14_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a23-cp37-cp37m-manylinux1_i686.whl (python version >=3.7)
- OctoBot-0.4.0a23-cp37-cp37m-manylinux2014_aarch64.whl (python version >=3.7)
- OctoBot-0.4.0a23-cp37-cp37m-manylinux2014_i686.whl (python version >=3.7)
- OctoBot-0.4.0a23-cp37-cp37m-manylinux2014_x86_64.whl (python version >=3.7)
- OctoBot-0.4.0a23-cp37-cp37m-win32.whl (python version >=3.7)
- OctoBot-0.4.0a23-cp37-cp37m-win_amd64.whl (python version >=3.7)
- OctoBot-0.4.0a23-py3.7-macosx-10.14-x86_64.egg (python version >=3.7)
- OctoBot-0.4.0a23-py3.7-win-amd64.egg (python version >=3.7)
- OctoBot-0.4.0a23-py3.7-win32.egg (python version >=3.7)
- OctoBot-0.4.0a23.tar.gz (python version >=3.7)
- OctoBot-0.4.0a24-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0a24-cp38-cp38-win32.whl (python version >=3.8)
- OctoBot-0.4.0a24-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0a24-py3.8-macosx-10.14-x86_64.egg (python version >=3.8)
- OctoBot-0.4.0a24-py3.8-win-amd64.egg (python version >=3.8)
- OctoBot-0.4.0a24-py3.8-win32.egg (python version >=3.8)
- OctoBot-0.4.0a24.tar.gz (python version >=3.8)
- OctoBot-0.4.0a25-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0a25-cp38-cp38-manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0a25-cp38-cp38-win32.whl (python version >=3.8)
- OctoBot-0.4.0a25-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0a25.tar.gz (python version >=3.8)
- OctoBot-0.4.0a26-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0a26-cp38-cp38-manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0a26-cp38-cp38-win32.whl (python version >=3.8)
- OctoBot-0.4.0a26-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0a26.tar.gz (python version >=3.8)
- OctoBot-0.4.0b1-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b1-cp38-cp38-manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b1-cp38-cp38-win32.whl (python version >=3.8)
- OctoBot-0.4.0b1-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b1.tar.gz (python version >=3.8)
- OctoBot-0.4.0b2-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b2-cp38-cp38-manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b2-cp38-cp38-win32.whl (python version >=3.8)
- OctoBot-0.4.0b2-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b2.tar.gz (python version >=3.8)
- OctoBot-0.4.0b3-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b3-cp38-cp38-manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b3-cp38-cp38-win32.whl (python version >=3.8)
- OctoBot-0.4.0b3-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b3.tar.gz (python version >=3.8)
- OctoBot-0.4.0b4-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b4-cp38-cp38-manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b4-cp38-cp38-win32.whl (python version >=3.8)
- OctoBot-0.4.0b4-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b4.tar.gz (python version >=3.8)
- OctoBot-0.4.0b5-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b5-cp38-cp38-manylinux2014_aarch64.whl (python version >=3.8)
- OctoBot-0.4.0b5-cp38-cp38-manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b5-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b5.tar.gz (python version >=3.8)
- OctoBot-0.4.0b6-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b6-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b6.tar.gz (python version >=3.8)
- OctoBot-0.4.0b7-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b7-cp38-cp38-manylinux2014_aarch64.whl (python version >=3.8)
- OctoBot-0.4.0b7-cp38-cp38-manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b7-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b7.tar.gz (python version >=3.8)
- OctoBot-0.4.0b8-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b8-cp38-cp38-manylinux2014_aarch64.whl (python version >=3.8)
- OctoBot-0.4.0b8-cp38-cp38-manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b8-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b8.tar.gz (python version >=3.8)
- OctoBot-0.4.0b9-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.8)
- OctoBot-0.4.0b9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b9-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b9.tar.gz (python version >=3.8)
- OctoBot-0.4.0b10-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.8)
- OctoBot-0.4.0b10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b10-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b10.tar.gz (python version >=3.8)
- OctoBot-0.4.0b11-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.8)
- OctoBot-0.4.0b11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b11-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b11.tar.gz (python version >=3.8)
- OctoBot-0.4.0b12-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.8)
- OctoBot-0.4.0b12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b12-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b12.tar.gz (python version >=3.8)
- OctoBot-0.4.0b13-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b13-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.8)
- OctoBot-0.4.0b13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b13-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b13.tar.gz (python version >=3.8)
- OctoBot-0.4.0b14-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b14-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.8)
- OctoBot-0.4.0b14-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b14-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b14.tar.gz (python version >=3.8)
- OctoBot-0.4.0b15-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b15-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.8)
- OctoBot-0.4.0b15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b15-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b15.tar.gz (python version >=3.8)
- OctoBot-0.4.0b16-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b16-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.8)
- OctoBot-0.4.0b16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b16-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b16.tar.gz (python version >=3.8)
- OctoBot-0.4.0b17-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b17-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.8)
- OctoBot-0.4.0b17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.0b17-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.0b17.tar.gz (python version >=3.8)
- OctoBot-0.4.1-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.8)
- OctoBot-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.1-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.1.tar.gz (python version >=3.8)
- OctoBot-0.4.2-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.2-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.2.tar.gz (python version >=3.8)
- OctoBot-0.4.3-cp38-cp38-macosx_10_14_x86_64.whl (python version >=3.8)
- OctoBot-0.4.3-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.3.tar.gz (python version >=3.8)
- OctoBot-0.4.4-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.4-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.4.tar.gz (python version >=3.8)
- OctoBot-0.4.5-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.5-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.5.tar.gz (python version >=3.8)
- OctoBot-0.4.6-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.6-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.6.tar.gz (python version >=3.8)
- OctoBot-0.4.7-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.7-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.7.tar.gz (python version >=3.8)
- OctoBot-0.4.8-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.8-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.8.tar.gz (python version >=3.8)
- OctoBot-0.4.9-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.9-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.9.tar.gz (python version >=3.8)
- OctoBot-0.4.10-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.10-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.10.tar.gz (python version >=3.8)
- OctoBot-0.4.11-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.11-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.11.tar.gz (python version >=3.8)
- OctoBot-0.4.12-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.12-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.12.tar.gz (python version >=3.8)
- OctoBot-0.4.13-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.13-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.13.tar.gz (python version >=3.8)
- OctoBot-0.4.14-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.14-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.14.tar.gz (python version >=3.8)
- OctoBot-0.4.15-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.15-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.15.tar.gz (python version >=3.8)
- OctoBot-0.4.16-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.16-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.16.tar.gz (python version >=3.8)
- OctoBot-0.4.17-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.17-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.17.tar.gz (python version >=3.8)
- OctoBot-0.4.19-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.19-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.19.tar.gz (python version >=3.8)
- OctoBot-0.4.20-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.20-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.20.tar.gz (python version >=3.8)
- OctoBot-0.4.21-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.21-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.21.tar.gz (python version >=3.8)
- OctoBot-0.4.22-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.22-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.22.tar.gz (python version >=3.8)
- OctoBot-0.4.23-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.23-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.23.tar.gz (python version >=3.8)
- OctoBot-0.4.24-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.24-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.24.tar.gz (python version >=3.8)
- OctoBot-0.4.25-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.25-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.25.tar.gz (python version >=3.8)
- OctoBot-0.4.26-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.26-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.26.tar.gz (python version >=3.8)
- OctoBot-0.4.27-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.27-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.27.tar.gz (python version >=3.8)
- OctoBot-0.4.28-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.28-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.28.tar.gz (python version >=3.8)
- OctoBot-0.4.29-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.29-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.29.tar.gz (python version >=3.8)
- OctoBot-0.4.30-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.30-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.30-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.30.tar.gz (python version >=3.8)
- OctoBot-0.4.31-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.31-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.31-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.31.tar.gz (python version >=3.8)
- OctoBot-0.4.32-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.32-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.32-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.32.tar.gz (python version >=3.8)
- OctoBot-0.4.33-cp38-cp38-macosx_10_15_x86_64.whl (python version >=3.8)
- OctoBot-0.4.33-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.8)
- OctoBot-0.4.33-cp38-cp38-win_amd64.whl (python version >=3.8)
- OctoBot-0.4.33.tar.gz (python version >=3.8)


Project link:

- Homepage