Exemplo n.º 1
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)
Exemplo n.º 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)
Exemplo n.º 3
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)
Exemplo n.º 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)