Nodejs script to upload attendees from excel to bevy platform
- Nodejs
Install Node.js from https://nodejs.org/en/download/, based on your system requirements.
- Email with 2 factor authentication disabled
git clone https://github.com/DSC-UIT-khi/Bevy-Automation.git
cd Bevy-Automation
npm install
DASHBOARD_LINK='https://gdsc.community.dev/accounts/dashboard/'
LIVE_EVENT_LINK='https://gdsc.community.dev/accounts/dashboard/#/chapter-194/event-60381/manage'
EMAIL='xxxxxxxxxxxx'
PASSWORD='xxxxxxxxxxxx'
FILE_NAME='data.xlsx'
Column1 first name
Column2 Last name
Column3 Email
npm start
Please view the demo of the project here.