Aleandro21

Results 15 comments of Aleandro21

hello @remarco the complete script is: from iqoptionapi.api import IQOptionAPI import datetime import time import logging logging.basicConfig(format='%(asctime)s %(message)s') api = IQOptionAPI("iqoption.com", "email", "Password") api.connect() time.sleep(0.5) print 'Your current blance is:...

Your script work ? Please post your script

@EVAZA in which file you need to apply this change, "https://auth.iqoption.com/api/v1.0" . have you tried? it works ?

you have some fixes ? @EVAZA you have solved, the problem ?

@Lu-Yi-Hsun i have try your code , but don't login...

@Lu-Yi-Hsun i don't hvae a Sms Authorization... how can I see if the sms is active ?

@EVAZA i have reolved the first step login, i lock on https://iqoption.com/api/getprofile someone has solved ?

@n1nj4z33 you can help me ?

@Lu-Yi-Hsun for n1nj4z33/iqoptionapi i have this error: File "iqoptionapi/api.py", line 293, in connect self.set_session_cookies() File "iqoptionapi/api.py", line 287, in set_session_cookies self.getprofile() # pylint: disable=not-callable File "iqoptionapi/http/getprofile.py", line 24, in __call__...