PyHodl  0.2.6
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
pyhodl.updater.core.Updater Class Reference

Public Member Functions

def __init__ (self, config_file, verbose)
 
def run (self)
 
def build_updaters (self)
 

Public Attributes

 manager
 
 api_manager
 
 api_updaters
 
 verbose
 

Detailed Description

Updates exchanges local data 

Constructor & Destructor Documentation

def pyhodl.updater.core.Updater.__init__ (   self,
  config_file,
  verbose 
)

Member Function Documentation

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

Member Data Documentation

pyhodl.updater.core.Updater.api_manager
pyhodl.updater.core.Updater.api_updaters
pyhodl.updater.core.Updater.manager
pyhodl.updater.core.Updater.verbose

The documentation for this class was generated from the following file: