Skip to content

Python script that logins to Portfolio123.com and downloads the specified CSV file

Notifications You must be signed in to change notification settings

tbouvin/Portfolio123CSVDownload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Selenium is required along with the Chrome WebDriver

Install Selenium
    pip install selenium

Install Chrome Web Driver
    https://sites.google.com/a/chromium.org/chromedriver/downloads
    Add the path driver to your path

python main.py -u <username> -p <password>

About

Python script that logins to Portfolio123.com and downloads the specified CSV file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published