alexa-cookie
Library to generate a cookie including a csrf for alexa remote
Example:
`
javascript 1.8
let alexaCookie = require('alexa-cookie');
alexaCookie('amazon-email', 'password', function (err, result) { console.log('cookie: ' + result.cookie); console.log('csrf: ' + result.csrf); });
Info:
Partly based on Amazon Alexa Remote Control (PLAIN shell)
Thank you for that work.