Web3.py script that downloads all transactions from mined ethereum blocks and saves them to a SQLite database file.
Must provide a starting block (-s), ending block (-e), and block increment amount (-i).
python3 web3_get_historical_tx.py -s 12000000 -e 12000100 -i 10