Skip to content

joetric/python-schwab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-schwab

Python library to retrieve information from a Schwab bank account.

Command Line Usage

$python schwab getbalance -u YOUR_USER_ID -p YOUR_PASSWORD
Balance is {{amount}}.

Installation

./setup.py build
./setup.py install

Get Balance (Python Script)

import schwab
schwab_browser = schwab.SchwabBrowser(your_username, your_pw)
print schwab_browser.get_balance()

Test Setup

Copy test.dummy.sh and replace the default values with your user id and password:

cp test.dummy.sh test.sh
chmod +x test.sh
vim test.sh

You can now run tests using ./test.sh.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published