By using the RSS of this website : https://www.cert.ssi.gouv.fr/
Git clone this project
run :
npm install
node index.js
Don't forget to fill config.js :
config.email = '';
config.password = '';
And mail options from index.js :
const mailOptions = {
from: '<email sender>',
to: '<your email>',
subject: 'New security alert',
};
You can host this script by using PM2