Skip to content

hamzahoda/Bevy-Attendee-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bevy Automator

Nodejs script to upload attendees from excel to bevy platform

Requirements

  1. Nodejs

Install Node.js from https://nodejs.org/en/download/, based on your system requirements.

Nodejs download

  1. Email with 2 factor authentication disabled

Install Locally

Clone the project

  git clone https://github.com/DSC-UIT-khi/Bevy-Automation.git

Go to the project directory

  cd Bevy-Automation

Install dependencies

  npm install

Edit .env file and enter your values.

 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'

LIVE_EVENT_LINK

LIVE EVENT LINK

Upload your excel file in root of the project and update it's name in .env file.

Excel Format

Column1 first name

Column2 Last name

Column3 Email

Running the project

 npm start

Authors

Demo

Please view the demo of the project here.

https://youtu.be/8i6m4MqcKw0

About

Hey Leads, automate adding attendees on Bevy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published