diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-02-23 10:53:49 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-02-23 10:53:49 +0100 |
commit | abe8d6e1674f7ac42974422cb9b70cd929bb0fba (patch) | |
tree | 793f2685ee6c67f091b0f1d76d4a7a2a61b0d26a | |
parent | d078d8f4046971e60adcb6a8cc88067f78934eff (diff) | |
download | crocoite-abe8d6e1674f7ac42974422cb9b70cd929bb0fba.tar.gz crocoite-abe8d6e1674f7ac42974422cb9b70cd929bb0fba.tar.bz2 crocoite-abe8d6e1674f7ac42974422cb9b70cd929bb0fba.zip |
README: Add Squidwarc to related projects
-rw-r--r-- | README.rst | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -121,6 +121,11 @@ Related projects brozzler_ Uses Google Chrome as well, but intercepts traffic using a proxy. Supports distributed crawling and immediate playback. +Squidwarc_ + Communicates with headless Google Chrome and uses the Network API to + retrieve requests like crocoite. Supports recursive crawls and page + scrolling, but neither custom JavaScript nor distributed crawling. .. _brozzler: https://github.com/internetarchive/brozzler +.. _Squidwarc: https://github.com/N0taN3rd/Squidwarc |