RolandVrignon / BOT_42_CHECK_IN_INSCRIPTION

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check-in BOT 42

The aim of the bot is to visit 42's portal and notify me by mail and sms when there is a disponibility.

Getting Started

add file ./.env

  • USER_MAIL= //User Website Login
  • USER_PASSWORD= //User Website Password Login
  • MAIL= //Mail that sends an email
  • MAIL_HOST= //Mail Host
  • MAIL_PORT= //MAIL Port
  • MAIL_PASS= //Mail Password
  • ACCOUNTSID= //Twilio Accounts id
  • AUTHTOKEN= //Twilio account token
  • MESSAGINGSID= //Twilio messaging id
  • PHONENUMBER=//Phone Number where to send notification

Getting started :

  • npm install
  • npm start

About


Languages

Language:JavaScript 100.0%