asalce

Results 3 comments of asalce

While a campaign is active only backer's basic info is provided: - Backer Number - Name - Pledge Amount - Reward Level - Message Count When the campaign ends, you...

@shoogle You'll need to scrape the data via an Ajax call. After you log into your account, try executing this script in your JS console: `jQuery.getJSON('https://www.kickstarter.com/openscore/openscore-join-the-sheet-music-revolution/backers/report/index?page=1&asc_or_desc=asc&sort_by=sequence',function(o,e){ if(e=='success'){ console.log(o); } });`...

@thedanielmay a little late (by alot!) to the party, but you can definitely access the messages. KS messaging "API" revolves around a few mustache templates and a XHR call. If...