Skip to content

Instantly share code, notes, and snippets.

@FFrost
FFrost / steamurl.py
Last active January 26, 2017 20:08
Python script that checks if Steam community URLs are available
import requests, urllib, sys, os.path, time, threading
from lxml import html
from string import ascii_lowercase
from itertools import product
debugmode = False
version = "1.2"
print("Steam URL Checker version %s") % version