Home
Softono

Wealthsimpleton

Open source MIT Python
35
Stars
8
Forks
0
Issues
1
Watchers
3 months
Last Commit

 About Wealthsimpleton

A Python script that scrapes your Wealthsimple activity history and saves the data in a JSON file.

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Wealthsimpleton?

We provide expert installation service for this software. Our team will install, configure, and secure Wealthsimpleton on your server. plans start at just $30.

Wealthsimpleton

View on GitHub

Wealthsimpleton

A Python script that scrapes your Wealthsimple activity history and saves the data in a JSON file.

The data scraped includes:

  • Transaction description
  • Transaction type
  • Transaction amount
  • Transaction date

Usage

  1. Ensure Python dependencies are installed: pip install -r requirements.txt
  2. Ensure you have Chromium or Google Chrome installed.
  3. Ensure you have Chrome Webdriver installed and that it is compatible with the version of Chromium/Chrome you have.
    • On Linux, you can run installChromeDriver.sh to automatically install/update ChromeDriver in /usr/local/bin,
  4. Run the script: python main.py
    • You can use the --after argument to only include orders after a certain date/time (format is %Y-%m-%d %H:%M).
    • The output is printed to the terminal; if you would like to also save it to a file, use the --file argument with a valid file path.