Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 419 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 419 Bytes

Myfxbook API

I made a simple class to make it easier to use Myfxbook

To get to know its functions and parameters, you can find out from the official website Myfxbook API

How to use

pip install myfxbook
import myfxbook

fx = myfxbook.myfxbook('<Username>', '<Password>')
fx.login()
print(fxbook.get_watched_accounts())
fx.logout()