How to get bitcoin transaction info using Python

I am trying to get the following info from a bitcoin transaction: The wallet who sent the money, the wallet who received the money, and the amount of bitcoin sent. How can I do this with Python 3.6, using the Blockchain module (or other modules)? Thank you!

#python #bitcoin #blockchain

3 Likes1.95 GEEK