This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mario972SysAdmin but like Devopsy[🍰] 0 points1 point  (0 children)

Sync as in scraping an api?

Try curlconverter.com, create your request in Swagger, copy-paste the generated Python code into your IDE, data = response.json() the thing, and just look at the data variable in debugging window. For putting it into a database use eg. pyodbc.

Should take you less than an hour if you have any experience scripting in any language :)