This Python3 script uses Blockr.io API to fetch Bitcoin addresses balance and store them into a file
python3 checkAddress.py -F input_addresses_file_path -O output_file
OR:
python3 checkAddresses.py --file input_addresses_file_path --out output_file