Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

assuming you have node.js installed on your computer, here are the steps to get this utility to work:

  1. clone/download and unzip this project to a location on your computer where you have read/write access
  2. visit your account edit page and retrieve your API access token from the bottom
  3. create a file in the src directory called token.js. for its contents, copy & paste the following:
const token = "<your API token here>";

module.exports = token;
  1. use terminal, git bash, or something similar to navigate to the student-emails folder.
  2. execute node src/app.js.
  3. in the newly created output folder, your list of student emails should appear in a new timestamped file.
  4. profit?

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages