python - is there a simple class/library which uses pyQT/webkit to scrape websites with javascript support? -


i'm looking @ using pyqt scrape websites javascript support, after dabbling static html alternatives (beautifulsoup, mechanize etc.)

clearly pyqt more generic tool , such not optimised needs.

is there classes/libraries give me simple functions using pyqt relatively simple scraping duties?

i have found few classes/scripts searching google, hopefull better suited needs!

i need submit forms, maintain sessions, , return html processing lxml.

thanks :)

you might want take @ spynner--it's programmatic browser module based on qtwebkit. might meet needs.


Comments