Metadata-Version: 2.1
Name: quotexpy
Version: 1.40.1
Summary: 📈 QuotexPy is a library for interact with qxbroker easily.
Home-page: https://github.com/SantiiRepair/quotexpy
License: GPL-3.0
Keywords: quotex,quotexpy
Author: Santiago Ramirez
Author-email: santiirepair@gmail.com
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: appdirs (==1.4.4)
Requires-Dist: beautifulsoup4 (==4.11.2)
Requires-Dist: certifi (==2022.12.7)
Requires-Dist: cffi (==1.15.1)
Requires-Dist: charset-normalizer (==3.2.0)
Requires-Dist: cloudscraper (==1.2.71)
Requires-Dist: cryptography (==40.0.1)
Requires-Dist: greenlet (>=2.0.1)
Requires-Dist: h11 (==0.14.0)
Requires-Dist: httpcore (==0.17.0)
Requires-Dist: httpx (==0.24.0)
Requires-Dist: idna (==3.4)
Requires-Dist: importlib-metadata (==6.2.0)
Requires-Dist: playwright (==1.39.0)
Requires-Dist: pyOpenSSL (==23.1.1)
Requires-Dist: pycparser (>=2.21)
Requires-Dist: pyparsing (==3.1.1)
Requires-Dist: requests (==2.31.0)
Requires-Dist: requests-toolbelt (==1.0.0)
Requires-Dist: shutup (==0.2.0)
Requires-Dist: simplejson (==3.18.3)
Requires-Dist: sniffio (==1.3.0)
Requires-Dist: soupsieve (==2.4)
Requires-Dist: tqdm (==4.65.0)
Requires-Dist: typing_extensions (==4.5.0)
Requires-Dist: urllib3 (>=2.0.5)
Requires-Dist: websocket-client (==1.6.3)
Requires-Dist: websockets (==11.0.3)
Requires-Dist: zipp (==3.17.0)
Project-URL: Repository, https://github.com/SantiiRepair/quotexpy
Description-Content-Type: text/markdown

<div align="center">
<img src="https://static.scarf.sh/a.png?x-pxid=cf317fe7-2188-4721-bc01-124bb5d5dbb2" />

## <img src="https://github.com/SantiiRepair/quotexpy/blob/main/.github/images/quotex-logo.png?raw=true" height="56"/>


**📈 QuotexPy is a library for interact with qxbroker easily.**

______________________________________________________________________

[![License](https://img.shields.io/badge/License-GPL--3.0-magenta.svg)](https://www.gnu.org/licenses/gpl-3.0.txt)
[![PyPI version](https://badge.fury.io/py/quotexpy.svg)](https://badge.fury.io/py/quotexpy)
![GithubActions](https://github.com/SantiiRepair/quotexpy/actions/workflows/pylint.yml/badge.svg)

</div>

______________________________________________________________________

## Installing

📈 QuotexPy is tested on Ubuntu 18.04 and Windows 10 with **Python >= 3.10, <= 3.12.**
```bash
pip install quotexpy
```

If you plan to code and make changes, clone and install it locally.

```bash
git clone https://github.com/SantiiRepair/quotexpy.git
pip install -e .
```

### Import
```python
from quotexpy.new import Quotex
```

### Examples
For examples check out [some](https://github.com/SantiiRepair/quotexpy/blob/main/example/main.py) found in the `example` directory.

### Atention

- If the Quotex broker understands that the trade is being made by a trading robot, it will apply the usage rules and block the broker's account, we are not responsible for the use of this library, use it at your own risk.
  - According to the broker's message:

```
The use of automated bots for trading is prohibited according to account rules.
If you use them, your account will be blocked without the possibility of withdrawing funds and re-registration.
Respectfully, Quotex
```

### Donations
If you feel like showing your love and/or appreciation for this project, then how about shouting me a coffee, beer or something more interesting ;)

<a href="https://www.buymeacoffee.com/SantiiRepair"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a whore&emoji=👯‍♀️&slug=SantiiRepair&button_colour=980028&font_colour=ffffff&font_family=Poppins&outline_colour=ffffff&coffee_colour=FFDD00" /></a>
<br>

### Acknowledgements
Thanks to [@ricardospinoza](https://github.com/ricardospinoza) for solving the `trade` error in the code 🚀

