Lightweight, scriptable browser as a service with an HTTP API
- Python 92.3%
- Lua 3.6%
- JavaScript 1.3%
- Shell 0.9%
- Dockerfile 0.8%
- Other 1.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .github/workflows | ||
| benchmark/notebooks | ||
| bin | ||
| debian | ||
| dockerfiles | ||
| docs | ||
| scripts | ||
| splash | ||
| .coveragerc | ||
| .dockerignore | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| CHANGES.rst | ||
| codecov.yml | ||
| conftest.py | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile.buildbot | ||
| MANIFEST.in | ||
| README.rst | ||
| requirements-dev.txt | ||
| requirements-jupyter.txt | ||
| requirements.txt | ||
| runsplash-docker.sh | ||
| runtests-docker.sh | ||
| setup.cfg | ||
| setup.py | ||
======================================= Splash - A javascript rendering service ======================================= .. image:: https://img.shields.io/travis/scrapinghub/splash/master.svg :alt: Build Status :target: https://travis-ci.org/scrapinghub/splash .. image:: https://img.shields.io/codecov/c/github/scrapinghub/splash/master.svg :alt: Coverage report :target: http://codecov.io/github/scrapinghub/splash?branch=master .. image:: https://img.shields.io/badge/GITTER-join%20chat-green.svg :alt: Join the chat at https://gitter.im/scrapinghub/splash :target: https://gitter.im/scrapinghub/splash Splash is a javascript rendering service with an HTTP API. It's a lightweight browser with an HTTP API, implemented in Python 3 using Twisted and QT5. It's fast, lightweight and state-less which makes it easy to distribute. Documentation ------------- Documentation is available here: https://splash.readthedocs.io/ Using Splash with Scrapy ------------------------ To use Splash with Scrapy, please refer to the `scrapy-splash library`_. Support ------- Open source support is provided here in GitHub. Please `create a question issue`_. Commercial support is also available by `Scrapinghub`_. .. _create a question issue: https://github.com/scrapinghub/splash/issues/new?labels=question .. _Scrapinghub: https://scrapinghub.com .. _scrapy-splash library: https://github.com/scrapy-plugins/scrapy-splash