10000 GitHub - prithvi009/quotexpy: 📈 QuotexPy is a library for interact with qxbroker easily.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

prithvi009/quotexpy

 
 

Repository files navigation

📈 QuotexPy is a library for interact with qxbroker easily.


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.stable_api import Quotex

Examples

For examples check out some found in the example directory.

Atention

  • Because cloudfare blocks requests you should enable browser=True to avoid HTTP 403 errors.

  • If the Quotex broker understands that the operation is being carried out by a trading bot, it will apply the rules of use and block the account at the broker. We are not responsible for the use of this lib, use 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 ;)


Acknowledgements

Thanks to @ricardospinoza for solving the trade error in the code 🚀

About

📈 QuotexPy is a library for interact with qxbroker easily.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0