1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2025-02-19 19:00:10 +02:00

add requestium

This commit is contained in:
Panagiotis Simakis 2018-10-13 09:53:00 +03:00
parent 9852c8b184
commit 19b2965065

View File

@ -191,6 +191,7 @@ statistic of browsers
* [Ghost.py](http://carrerasrodrigo.github.io/Ghost.py/) - wrapper of QtWebKit (requires PyQT)
* [Spynner](https://github.com/makinacorpus/spynner) - wrapper of QtWebKit QtWebKit (requires PyQT)
* [Splinter](https://github.com/cobrateam/splinter) - univeral API to browser emulators (selenium webdrivers, django client, zope)
* [Requestium](https://github.com/tryolabs/requestium) - Integration layer between Requests and Selenium for automation of web actions.
* Headless tools
* [xvfbwrapper](https://github.com/cgoldberg/xvfbwrapper) - Python wrapper for running a display inside X virtual framebuffer (Xvfb)