Edit Your Comment
Begin in API
Apr 30, 2023 at 05:08
तबसे मेंबर है Oct 24, 2022
3 पोस्टों
Hello
I tried to use windows command line to run api:
curl https://www.myfxbook.com/api/[email protected]&password=letsboogie
But I have this error:
What is the correct comman to run in windows environment
I tried to use windows command line to run api:
curl https://www.myfxbook.com/api/[email protected]&password=letsboogie
But I have this error:
What is the correct comman to run in windows environment
Apr 30, 2023 at 14:20
तबसे मेंबर है Oct 15, 2022
3 पोस्टों
I am using python on Windows. There is a gitbub repo where all the API calls are already defined in a class, and it is working for me.
1) Copy the myfxbook.py into the same folder where you will create a second python script.
2) Create a script like: login.py, and paste the following code into it. Set your own email & password.
import myfxbook
fx = myfxbook.myfxbook('your own loging email for myfxbook.com', 'your own password')
print("Login: ",fx.login())
print("Logout: ",fx.logout())
3) Run the login.py after making sure you have python installed on windows:
python login.py
output will be something like this:
D:\myFxbookCode> python login.py
Login: {'error': False, 'message': '', 'session': '5nfhOctg1UZOtGl52711'}
Logout: {'error': False, 'message': 'Logged out.'}
This shows it was able to login without an error, was given a session ID, and again logged out without any error.
1) Copy the myfxbook.py into the same folder where you will create a second python script.
2) Create a script like: login.py, and paste the following code into it. Set your own email & password.
import myfxbook
fx = myfxbook.myfxbook('your own loging email for myfxbook.com', 'your own password')
print("Login: ",fx.login())
print("Logout: ",fx.logout())
3) Run the login.py after making sure you have python installed on windows:
python login.py
output will be something like this:
D:\myFxbookCode> python login.py
Login: {'error': False, 'message': '', 'session': '5nfhOctg1UZOtGl52711'}
Logout: {'error': False, 'message': 'Logged out.'}
This shows it was able to login without an error, was given a session ID, and again logged out without any error.
Apr 30, 2023 at 14:21
तबसे मेंबर है Oct 15, 2022
3 पोस्टों

*व्यवसायिक इस्तेमाल और स्पैम को ब्रदाश नहीं किया जाएगा, और इसका परिणाम खाता को बन्द करना भी हो सकता है.
टिप: किसी चित्र या यूट्यूब या URL को पोस्ट करने से वे अपने आप आपके पोस्ट में आजाएगा!
टिप: @ चिन्ह को टाइप करें उपभोगता के नाम को अपने आप करने के लिए जो इस चर्चा में भाग ले रहा है.