ExpertOption API
Overview
This project provides an unofficial API for Expert Option, a popular binary options trading broker. The API allows you to programmatically interact with the platform, enabling automated trading, data analysis, and more.
Project Link: ExpertOptionApi on GitHub
Table of Contents
Installation
To get started with this API, you'll need to clone the repository and install the required packages.
git clone https://github.com/theshadow76/ExpertOptionApi.git
cd ExpertOptionApi
pip install -r requirements.txt
or
pip install ExpertOptionAPI
Usage
Here's how to initialize the API and make a simple request:
from expert_option_api import ExpertOptionApi
# Initialize the API
api = ExpertOptionApi(username='your_username', password='your_password')
# Perform operations
api.buy('EURUSD', 1, 'call', 1)
Examples
Examples of how to use this API for various tasks are available in the examples directory of the repository.
Contribution
Contributions are welcome! Feel free to submit a pull request or raise an issue.
License
This project is licensed under the MIT License. See the LICENSE file for details.
PyPi link
Release files for ExpertOptionAPI 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ExpertOptionAPI-0.3.tar.gz | 5.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ExpertOptionAPI-0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.2 kB
Release files / ExpertOptionAPI-0.3.tar.gz
| Download URL | ExpertOptionAPI-0.3.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e0df5cd0835951ead3dfc229c4bab755b3462ae32915951f822899619d86b9ba
|
|
BLAKE2b-256 checksum How to use checksums |
13213f9070cf792cddf82797ef40fab11bf4bafd93d48d352b54b7bbac16210c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / ExpertOptionAPI-0.3-py3-none-any.whl
| Download URL | ExpertOptionAPI-0.3-py3-none-any.whl |
|---|---|
| Size | 7.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fd81cfd9fcdb9de1f06a982a0f7ce3412eae1d1e878273d2ca285a112f36b199
|
|
BLAKE2b-256 checksum How to use checksums |
d72661875885c5d100a123a28682be445bf7d933f14f576f6bf1f8c788475300
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|