|
PyHodl
0.2.6
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
|
Public Member Functions | |
| def | __init__ (self, config_file, verbose) |
| def | run (self) |
| def | build_updaters (self) |
Public Attributes | |
| manager | |
| api_manager | |
| api_updaters | |
| verbose | |
Updates exchanges local data
| def pyhodl.updater.core.Updater.__init__ | ( | self, | |
| config_file, | |||
| verbose | |||
| ) |
| def pyhodl.updater.core.Updater.build_updaters | ( | self | ) |
:return: void
Authenticates each API client
| def pyhodl.updater.core.Updater.run | ( | self | ) |
:return: void
Updates each client and saves data
| pyhodl.updater.core.Updater.api_manager |
| pyhodl.updater.core.Updater.api_updaters |
| pyhodl.updater.core.Updater.manager |
| pyhodl.updater.core.Updater.verbose |