Skip to content

Instantly share code, notes, and snippets.

@bobweasel
bobweasel / beezid_scraper.py
Created April 6, 2016 15:22 — forked from CuriousGnu/beezid_scraper.py
Beezid.com - Auction Scraper
import pycurl
import json
import time
from StringIO import StringIO
i = 0
bnums = []
while True :
print(str(i))