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 / app-repo.json
Last active September 7, 2026 18:32
BC Services Card patched Feather source
{
"name": "BC Services Card (Patched)",
"identifier": "ca.local.bcsc-patched",
"sourceURL": "https://gist.githubusercontent.com/The-Synthax/5ffdd75a5eb3307422295564647514bf/raw/app-repo.json",
"website": "https://github.com/The-Synthax/bc-services-card-tweak",
"apps": [
{
"name": "BC Services Card",
"bundleIdentifier": "ca.bc.gov.id.servicescard",
"developerName": "BC Gov (patched)",
@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";