-
Notifications
You must be signed in to change notification settings - Fork 567
Authtorization
Alexander Skiridomov edited this page Sep 1, 2016
·
5 revisions
To authorize in https://iqoption.com you can use api.connect()
method and use your credentials.
from iqoptionapi.api import IQOptionAPI
api = IQOptionAPI("iqoption.com", "username", "password")
api.connect()
This wiki and the README document contains a lot of information, please take your time and read these instructions carefully.
About
Installation
Getting Started
Troubleshooting