ma.gnolia

Sign In | Learn More

Skip to main content


17945_32 Chris Messina's Bookmarks Tagged With "screenscraping"

  1. Visit Beautiful Soup: We called him Tortoise because he taught us. Beautiful Soup: We called him Tortoise because he taught us.

    Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping.

  2. Visit SoupSelect - Google Code SoupSelect - Google Code

    A single function, select(soup, selector), that can be used to select items from a BeautifulSoup instance using CSS selector syntax. Currently supports type selectors, class selectors, id selectors, attribute selectors and the descendant combinator.