Skip to content

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()

About

Installation

Getting Started

Troubleshooting

Clone this wiki locally