Skip to content

Instantly share code, notes, and snippets.

View The-Synthax's full-sized avatar

TheSynthax The-Synthax

View GitHub Profile
@The-Synthax
The-Synthax / KeyUserHandler.cs
Last active August 29, 2015 14:27 — forked from waylaidwanderer/KeyUserHandler.cs
Keybanking bot written by http://steamcommunity.com/id/waylaidwanderer/ - coded using SteamBot wrapper (https://github.com/Jessecar96/SteamBot) Buys and sells keys as well as handling donations with Donations Control integration.
using SteamKit2;
using System.Collections.Generic;
using SteamTrade;
using System;
using System.Timers;
using SteamTrade.TradeWebAPI;
namespace SteamBot {
public class KeyUserHandler : UserHandler {
static string BotVersion = "2.6.0m";