Metadata-Version: 2.1
Name: quotexpy
Version: 1.40.6
Summary: 📈 QuotexPy is a library to easily interact with qxbroker.
Home-page: https://github.com/SantiiRepair/quotexpy
License: LGPL-2.1
Keywords: quotex,quotexpy
Author: Santiago Ramirez
Author-email: santiirepair@gmail.com
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beautifulsoup4 (==4.11.2)
Requires-Dist: certifi (>=2022.12.7)
Requires-Dist: greenlet (>=2.0.1)
Requires-Dist: pyOpenSSL (>=23.1.1)
Requires-Dist: pytz (>=2023.3)
Requires-Dist: requests (>=2.31.0)
Requires-Dist: requests-toolbelt (>=1.0.0)
Requires-Dist: undetected-chromedriver (>=3.5.5)
Requires-Dist: urllib3 (>=2.0.5)
Requires-Dist: websocket-client (>=1.6.3)
Requires-Dist: websockets (>=11.0.3)
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 to easily interact with qxbroker.**

______________________________________________________________________

[![License](https://img.shields.io/badge/License-LGPL--2.1-magenta.svg)](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.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 import Quotex
```

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

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

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/SantiiRepair)

## Acknowledgements
- Thanks to [@cleitonleonel](https://github.com/cleitonleonel) for the initial base implementation of the project 🔥
- Thanks to [@ricardospinoza](https://github.com/ricardospinoza) for solving the `trade` error in the code 🚀

## Notice 
This project is a clone of the [original](https://github.com/cleitonleonel/pyquotex) project, because the original project was discontinued, I updated it with the help of [collaborators](https://github.com/SantiiRepair/quotexpy/graphs/contributors) in the community so that it is accessible to everyone.

