Top "Scraperwiki" questions

ScraperWiki was an online tool for Screen Scraping.

How to install Poppler on Windows?

The most recent version of ScraperWiki depends on Poppler (or so the GitHub says). Unfortunately, it only specifies how to …

windows python-2.7 installation poppler scraperwiki
Scraperwiki + lxml. How to get the href attribute of a child of an element with a class?

On the link that contains 'alpha' in the URL has many links(hrefs) which I would like to collect from 20 …

python web-scraping lxml scraperwiki
Encoding error while parsing RSS with lxml

I want to parse downloaded RSS with lxml, but I don't know how to handle with UnicodeDecodeError? request = urllib2.Request(…

python rss lxml scraperwiki chardet