Skip to content

Instantly share code, notes, and snippets.

View chavychaze's full-sized avatar
🎯
Focusing

chavychaze

🎯
Focusing
View GitHub Profile
const SteamUser = require("steam-user");
const GlobalOffensive = require("globaloffensive");
const client = new SteamUser();
const csgo = new GlobalOffensive(client);
csgo.on("debug", console.log);
client.on("error", console.error);
console.log("Logging in to Steam...");