Skip to content

SantiiRepair/quotexpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ˆ QuotexPy is a library to easily interact with qxbroker.


License PyPI version GithubActions


Installing

๐Ÿ“ˆ 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 .

Import

from quotexpy import Quotex

Examples

For examples check out some 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"

Acknowledgements

  • Thanks to @cleitonleonel for the initial base implementation of the project ๐Ÿ”ฅ
  • Thanks to @ricardospinoza for solving the trade error in the code ๐Ÿš€

Notice

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.