n1nj4z33 / iqoptionapi

IQ Option API 4.x (Python 2.7) The project is obsolete and is not supported because of problems with access to IQ Options in Russia
119 stars 542 forks source link

Proxy usage #41

Open vinydl opened 6 years ago

vinydl commented 6 years ago

Hi,

Can anybody tell me the format of proxy usage in below.

IQOptionAPI("iqoption.com", "user", "pwd",PROXY)

I tried below, but its not working.

IQOptionAPI("iqoption.com", "user", "pwd",{"http": "http://10.10.1.10:3128/"})

vinydl commented 6 years ago

Any suggestions would be helpful