scottieb Posted January 5, 2020 CID Share Posted January 5, 2020 Love the site, the repeated testing, the export data. I'm looking for a way to programmatically call to get my results. I have a python script that does some light cleaning and visualization for me, and rather than have to manually export, rename, relocate the CSV every day, I'd rather be able to ping an API and grab the results as part of the script. Quote Link to comment Share on other sites More sharing options...
CA3LE Posted January 7, 2020 CID Share Posted January 7, 2020 What format would help you the most? Does CSV help or would JSON be more helpful? You could have your program CURL the export URL and you can feed that URL a date range or leave it blank to just download everything and overwrite the file each time. Quote Link to comment Share on other sites More sharing options...
scottieb Posted January 15, 2020 Author CID Share Posted January 15, 2020 oh that's quite smart, I didn't look at the export url but the format is quite easy to call. csv, json, as long as it's structured and reliable I'm set Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.