Skip to main content

📈 QuotexPy is a library for interact with qxbroker easily.

Project description

📈 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.11..

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

Login by email and password

from quotexpy.new import Quotex

client = Quotex(email="user@email.com", password="password", browser=True)
# if connect success return True or None 
# if connect fail return False or None 
client.debug_ws_enable = False
check_connect, message = client.connect()
print(check_connect, message)

Check_win & buy sample

from quotexpy.new import Quotex

client = Quotex(email="user@email.com", password="password", browser=True)
client.debug_ws_enable = False
check_connect, message = client.connect()
print(check_connect, message)
if check_connect:
    client.change_account("PRACTICE")
    amount = 30
    asset = "EURUSD_otc"  # "EURUSD_otc"
    direction = "call"
    duration = 10  # in seconds
    status, buy_info = client.buy(amount, asset, direction, duration)
    print(status, buy_info)
    print("Balance: ", client.get_balance())
    print("Exiting...")
client.close()

⚠️ Atention

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quotexpy-1.0.7.tar.gz (189.4 kB view details)

Uploaded Source

Built Distribution

quotexpy-1.0.7-py3-none-any.whl (201.6 kB view details)

Uploaded Python 3

File details

Details for the file quotexpy-1.0.7.tar.gz.

File metadata

  • Download URL: quotexpy-1.0.7.tar.gz
  • Upload date:
  • Size: 189.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.5 Linux/6.2.0-1012-azure

File hashes

Hashes for quotexpy-1.0.7.tar.gz
Algorithm Hash digest
SHA256 408e9d1e3e7176dfde2f49fa136dbe2e5986aa8d8b333df78f29108e167612df
MD5 5eb8afb2a646122837930999f93de161
BLAKE2b-256 0cac9c1cad2ad39d492a8bc85754de0390da3cafeb46da4ee37d03e4ebdbe68e

See more details on using hashes here.

File details

Details for the file quotexpy-1.0.7-py3-none-any.whl.

File metadata

  • Download URL: quotexpy-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 201.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.5 Linux/6.2.0-1012-azure

File hashes

Hashes for quotexpy-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 242af182ff26eb35c0f939a15f7b05ee1edfd31a1262ac7f70d1dd1b217bb7db
MD5 92259c0dc83ea8f3863e054251384027
BLAKE2b-256 b03511d65708ae8027740bc6e687c25f8a21a5569becc93de3c40683c1810420

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page