Skip to content
/ rswot Public

Student validation based on crowdsourced list

License

Notifications You must be signed in to change notification settings

caido/rswot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSWOT

github crates

This crate helps you identify email addresses that belong to colleges or universities to automate the process of approving or rejecting academic discounts or free tiers.

We use the lists maintained by Jetbrains.

Usage

fn main() {
    let validation = rswot::validate("lreilly@stanford.edu").unwrap();
    println!("Email: {}", validation.email);
    println!("TLD: {}", validation.tld);
    println!("Institution Name: {}", validation.institution_names.unwrap()[0]);
}

Acknowledgements

This project used some code from the original Rust port of SWOT.

About

Student validation based on crowdsourced list

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages