Skip to content

a xml scraper for myfxbook that automatically downloads the requested calendar xml written in Python

License

Notifications You must be signed in to change notification settings

EYamanS/myfxbook-calendar-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2b1d02 · Feb 21, 2023

History

3 Commits
Feb 17, 2023
Feb 17, 2023
Feb 17, 2023
Feb 17, 2023
Feb 17, 2023
Feb 21, 2023
Feb 21, 2023

Repository files navigation

myfxbook-calendar-scraper

a xml scraper for myfxbook that automatically downloads the requested calendar xml

Make sure you've set the config.json correctly

{ "email": "yourmail@mail.com", "password": "strongestPassword123", "login_url": "https://www.myfxbook.com/login", "search_url": "https://www.myfxbook.com/calendar_statement.xml?&start=&end=&filter=", "output_file_name": "out.xml",

"latest_cookies": {}, "latest_header_cookie": {} }

You do not need to set "latest_cookies" and "latest_header_cookie" Just run and it will use selenium chrome webdriver to emulate the login when necessary.

About

a xml scraper for myfxbook that automatically downloads the requested calendar xml written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages