大家好!
在本文中,我們將介紹什麼是 BinaryOptionsTools
這是連結
如果您需要協助,請檢查此
首先,我們需要從 github 下載它:
git clone https://github.com/theshadow76/BinaryOptionsTools.git cd BinaryOptionsTools pip install -r requirements.txt
然後建立一個名為main.py的文件,並加入以下內容:
from BinaryOptionsTools import pocketoption pocketoption("YOUR_SSID_HERE", True) print(pocketoption.GetBalance())
請查看discord以了解如何取得SSID,或者您可以在此處使用密碼和電子郵件登入
要獲得平衡,您需要添加以下內容:
print(pocketoption.GetBalance())
有兩個選項:
這是函數:
GetCandles(self, active, period, start_time=None, count=6000, count_request=1):
地點:
請訪問我的個人資料,以獲取有關這個出色項目的未來帖子!
以上是什麼是 BinaryOptionsTools ?的詳細內容。更多資訊請關注PHP中文網其他相關文章!