Appraise icon indicating copy to clipboard operation
Appraise copied to clipboard

Easy scriptable export

Open mjpost opened this issue 11 years ago • 2 comments

It would be nice to have a URL I could query to automate a RankingResult CSV export. e.g.,

wget -O backup.csv http://appraise.cf/admin/wmt14/rankingresult/

I think security-through-obscurity would be fine here, but requiring a secret token or something via a GET string would be fine.

mjpost avatar Apr 01 '14 16:04 mjpost

Good point, I'll work on this and let you know once the implementation is ready!

On Tue, Apr 1, 2014 at 9:06 AM, Matt Post [email protected] wrote:

It would be nice to have a URL I could query to automate a RankingResult CSV export. e.g.,

wget -O backup.csv http://appraise.cf/admin/wmt14/rankingresult/

I think security-through-obscurity would be fine here, but requiring a secret token or something via a GET string would be fine.

Reply to this email directly or view it on GitHubhttps://github.com/cfedermann/Appraise/issues/38 .

cfedermann avatar Apr 01 '14 17:04 cfedermann

I have a security-token-based export ready for WMT15.

cfedermann avatar May 05 '15 16:05 cfedermann