assuming you have node.js installed on your computer, here are the steps to get this utility to work:
- clone/download and unzip this project to a location on your computer where you have read/write access
- visit your account edit page and retrieve your API access token from the bottom
- create a file in the
src
directory calledtoken.js
. for its contents, copy & paste the following:
const token = "<your API token here>";
module.exports = token;
- use terminal, git bash, or something similar to navigate to the
student-emails
folder. - execute
node src/app.js
. - in the newly created
output
folder, your list of student emails should appear in a new timestamped file. - profit?