Tag Archives: screen scraping

BeautifulSoup Demo - screen scraping quickly with Python

From the BeautifulSoup website: Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful: 1. Beautiful Soup won’t choke if you give it bad markup. It yields a parse tree that makes approximately as much sense as your original document. This is usually good enough [...]
Posted in Development | Also tagged , , , | Comments closed