Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfdoming/td-scraper
Scrape account data from TD EasyWeb.
https://github.com/jfdoming/td-scraper
Last synced: about 6 hours ago
JSON representation
Scrape account data from TD EasyWeb.
- Host: GitHub
- URL: https://github.com/jfdoming/td-scraper
- Owner: jfdoming
- Created: 2020-06-27T21:48:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T02:13:07.000Z (9 months ago)
- Last Synced: 2024-03-04T02:36:39.284Z (9 months ago)
- Language: Python
- Size: 1.16 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# td-scraper
Get account data from TD EasyWeb to `$anywhere`.## Background
After moving to university, I started needing to track my expenses more carefully (for tax purposes). Unfortunately, the web portal my bank provides (TD EasyWeb) does not have the ability to edit transaction data (as far as I know). Therefore, it made sense to track this information in a spreadsheet! After a while, updating the spreadsheet got quite tedious, so I wanted a better way to get the data from TD's web portal into my spreadsheet. Since they don't provide an API, this project was born.## Usage
1. Ensure you have `docker` installed.
1. Clone the repository locally.
1. Create a file `account_details.json` in the root directory, with this file format:
```json
{
"username": "",
"password": "": "",
"": "",
}
```
1. Everything should just work now! Run `make` first, and assuming this succeeds, run `make test` to pull your data.