Home >Backend Development >Python Tutorial >What is BinaryOptionsTools ?
Hello guys!
In this article we will write about what is BinaryOptionsTools
This is the link
also if you need help, please check this
To start, we need to download it from github:
git clone https://github.com/theshadow76/BinaryOptionsTools.git cd BinaryOptionsTools pip install -r requirements.txt
Then create a file called main.py, and add the following content:
from BinaryOptionsTools import pocketoption pocketoption("YOUR_SSID_HERE", True) print(pocketoption.GetBalance())
Please check the discord to learn how to get the SSID, or you can login with password and email here
To get balance you need to add this:
print(pocketoption.GetBalance())
there are two options:
this is the function:
GetCandles(self, active, period, start_time=None, count=6000, count_request=1):
where:
Please visit my profile for future posts about this awesome project!
The above is the detailed content of What is BinaryOptionsTools ?. For more information, please follow other related articles on the PHP Chinese website!