grindsa/dkb-robo

why python2 only?

wonko21 opened this issue · 3 comments

Hi,
you are using mechanize an python2 only lib.
Python 2 will be eol in 2 years: https://www.python.org/dev/peps/pep-0373/#update

Maybe switch to https://mechanicalsoup.readthedocs.io/en/stable/ ?

I was just starting to write a dkb2influxdb script (grafana dash for dkb ;-) )

cu
Chris

Hi Chris,

thanks for your comment. Thats exactly the reason why I published the library on github. Let me have a look into it.

/GrindSa

Hi Chris,

try v0.6 and let me know your feedback.

/GrindSa

Works!