Skip to content

chunkbanned/ThorpeParkTimeAlerts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThorpeParkTimeAlerts

What does this do?

Every 3.5 minutes, all ride times will be grabbed and sent to a webhook

How to run?

  1. git clone https://github.com/chunkbanned/ThorpeParkTimeAlerts.git
  2. cd ThorpeParkTimeAlerts
  3. npm install
  4. Edit app.js with the webhook URL and the user pings (in the format <@discordid>)
  5. node . OR run start.bat (windows only)