graymauser / btcposbal2csv

List all bitcoin addresses with positive balance.
BSD 3-Clause "New" or "Revised" License
268 stars 201 forks source link

Python 3 support #18

Closed MojoMoe closed 3 years ago

MojoMoe commented 3 years ago

Not an issue as such, more of a request. Is there any chance of getting this to work with Python 3?

graymauser commented 3 years ago

Hi, I think that the python 2to3 should be able to get most of the stuff. However I'm not really sure about the dependencies (if the bindings changed, no automatic conversion will detect it. You are welcome to try it.