Skip to content

Instantly share code, notes, and snippets.

View quer's full-sized avatar

Lasse Støjier Pedersen quer

View GitHub Profile
@quer
quer / main.js
Last active June 16, 2022 23:40
NodeJS steam Next fest - run all demo's on a account, will run 50 each hour. to sat in the limit, off "requestFreeLicense", just "npm i steam" and "npm i team-totp"
const Steam = require('steam');
const SteamTotp = require('steam-totp');
var fs = require('fs');
var steamClient = new Steam.SteamClient(),
steamUser = new Steam.SteamUser(steamClient),
steamFriends = new Steam.SteamFriends(steamClient);
steamClient.connect();
steamClient.on('connected', function() {
@quer
quer / to remove all steam guide
Last active June 13, 2017 15:15
a tool to remove all steam guide, you have created. to remove all from a sinkle you are on
// ==UserScript==
// @name remove guide
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://steamcommunity.com/id/*/myworkshopfiles/?section=guides*
// @require http://code.jquery.com/jquery-1.12.4.min.js
// @grant none
// ==/UserScript==