This file contains 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
// by: throw_away_stacy on reddit | |
// and yes I do birthday parties too | |
const WebSocket = require('websocket').w3cwebsocket; | |
const users = require('./users.json'); | |
const Q = require('q'); | |
const superagent = require('superagent'); | |
const _ = require('highland'); | |
const getPixels = require('get-pixels'); |