Skip to content

Apps Script functions for checking the current shop's gear.

Notifications You must be signed in to change notification settings

AAAAAAidan/Splatnet-2-Shop-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Splatnet 2 Shop Search

A Google Script project that retrieves the current shop's available gear and sends an email if specified gear is found. To use, just copy the Code.gs file to a new Google Apps Script project, update the email and wantedGear variables at the top to your own, run the createTrigger() function, and grant the permissions.

The script reads the current gear from the SplatNet 2 shop as it appears from an IMPORTXML function in Google Sheets. It then compares the names of the gear in the shop to an array of desired gear. If any of the names match, an email is sent notifying the user of the matching gear and abilities in the shop.

External Links

About

Apps Script functions for checking the current shop's gear.

Topics

Resources

Stars

Watchers

Forks