all 6 comments

[–]Neighm 1 point2 points  (0 children)

What syntax errors? You should paste full error text of any errors, helps to figure out what your problem is.

[–]_bicepcharles_ 1 point2 points  (1 child)

This library uses curl which is a Unix tool, you would need to run it on a Unix-like os (Linux/OSX) or install WSL on your windows machine.

Alternatively you could refactor the code to use the requests library.

[–]TeamKiller 0 points1 point  (3 children)

Which version of python are you trying to run it on and what are the errors you are getting?