arashbi / myfxbook-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 100.0%