Skip to content

ccoxwell/email-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published