View your investments' performance at http://www.colfinancial.com via terminal
- Free software: MIT license
# Only works for Python3.x
pip install pycolfin
Usage: pycolfin [OPTIONS]
Options:
--use-env-vars Use USER_ID and PASSWORD from environment
variables.
Not recommended if you are using a
shared computer!
(This is like storing bank
credentials in a text file)
-v, --verbosity INTEGER RANGE 1 = User ID, Last Login, Equity Value, Day
Change
2 = Display all info from 1 and
portfolio summary
3 = Display all info in 1 &
2 and detailed portfolio
--help Show this message and exit.
- To run tests,
py.test --cov=pycolfin tests/ --cov-report term-missing
- See Issues page: https://github.com/patpatpatpatpat/pycolfin/issues
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.