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
pip install myfxbook
import myfxbook
fx = myfxbook.myfxbook('<Username>', '<Password>')
fx.login()
print(fxbook.get_watched_accounts())
fx.logout()