The HTTP API is there. An implementation of that API done in Python doesn't exist yet. However, you should be able to make one yourself pretty easily. It's just HTTP requests that return JSON data. Piece of cake.
9
15 Jul 2015 18:07
u/rafaelcosta
in v/programming
The HTTP API is there. An implementation of that API done in Python doesn't exist yet. However, you should be able to make one yourself pretty easily. It's just HTTP requests that return JSON data. Piece of cake.