What is this ?
Automation tool for POSTING your Netflix invoice to Leeto
Requirements
- Docker
- An instance of Url to PDF to convert html invoice to PDF
Usage
cd node_red_datanpm installdocker run -it -p 1880:1880 -v $PWD/node_red_data:/data nodered/node-red- You need to provide credentials for
url-to-pdf-api Credentialsurlexamplehttps://url-to-pdf-api.herokuapp.com/api/renderapiTokenfor Url to PDF if needed
Netflix CredentialsNetflixnetflixIdget the value from cookies in a web browser ( through the inspector )secureNetflixIdget the value from cookies in a web browser ( through the inspector )
Leeto CredentialsLeetologinis an emailpassword
TODO
- Add an automation cron
- Deploy to cloud something
- Multi-user (webui maybe ?)
- Better handling error
- Netflix login (can be a pain in the ass)
- Trigger on the good invoice date of Netflix once a month
- Implement other invoice types like Spotify
Description
Languages
JavaScript
100%