Skip to content

Instantly share code, notes, and snippets.

@jdanders
jdanders / ksl.py
Last active February 17, 2017 05:14 — forked from blakev/ksl.py
Command line application to search KSL Classifieds
import re
import argparse
import concurrent.futures
import string
from collections import namedtuple
from urllib.request import urlopen
from urllib.parse import urlencode, urljoin
from bs4 import BeautifulSoup