This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
//Program by Kevin 'Hay1tsme' Trocolli | |
//Uses Discord webhooks to push updates about a Challonge tournament to a discord server via text message | |
const request = require('request'); | |
const fs = require('fs'); | |
const timer = require('timers') | |
const hook = "<Discord Webhook Here>" | |
const chal = "https://api.challonge.com/v1/tournaments/<subdomain>-<tournimentURL>/matches.json?api_key=<apiKey>&state=complete" |