コード例 #1
0
ファイル: hsbc.py プロジェクト: ianmiell/themortgagemeter
def hsbc_main(static,forcedelete,logger):
	base_url = 'https://www.hsbc.co.uk'
	ext = '/1/2/savings-accounts'
	get_product_pages(static,base_url,ext)
	savings_db.update_savings_current(institution_code,main.today,forcedelete,logger)
コード例 #2
0
def halifax_main(static, forcedelete, logger):
    get_product_pages(static, 'http://www.halifax.co.uk/', 'savings/accounts/',
                      logger)
    savings_db.update_savings_current(institution_code, main.today,
                                      forcedelete, logger)
コード例 #3
0
ファイル: halifax.py プロジェクト: ianmiell/themortgagemeter
def halifax_main(static,forcedelete,logger):
	get_product_pages(static,'http://www.halifax.co.uk/','savings/accounts/',logger)
	savings_db.update_savings_current(institution_code,main.today,forcedelete,logger)
コード例 #4
0
def hsbc_main(static, forcedelete, logger):
    base_url = 'https://www.hsbc.co.uk'
    ext = '/1/2/savings-accounts'
    get_product_pages(static, base_url, ext)
    savings_db.update_savings_current(institution_code, main.today,
                                      forcedelete, logger)