This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# This script parses a webricks.com wanted list HTML file and converts the part data | |
# into a rebrickable.csv format. | |
import sys | |
import csv | |
from bs4 import BeautifulSoup | |
OlderNewer