Does anyone know how to get python 2.7 and python 3.4 to recieve data from blockchain. I want to recieve data specifically on my own address.
<-------------------------------------------------- HERE!
Any suggestions, ideas or complete code
This should get you going for locally doing it:
"How to Program a Blockchain Explorer with Python and Bitcoin"
http://alexgorale.com/how-to-program-block-chain-explorers-with-python-part-1The link is Part 1 but Part 2 can be found at the bottom of the page.