๐ QuotexPy is tested on Ubuntu 18.04 and Windows 10 with Python >= 3.10, <= 3.12.
pip install quotexpy
If you plan to code and make changes, clone and install it locally.
git clone https://github.com/SantiiRepair/quotexpy.git
pip install -e .
from quotexpy import Quotex
For examples check out some found in the example
directory.
If you feel like showing your love and/or appreciation for this project, then how about shouting us a coffee ;)
- Thanks to @cleitonleonel for the initial base implementation of the project ๐ฅ
- Thanks to @ricardospinoza for solving the
trade
error in the code ๐
This project is a clone of the original project, because the original project was discontinued, I updated it with the help of collaborators in the community so that it is accessible to everyone.