InstallationΒΆ

ccrawl is written in Python, it supports versions >=3.8.

It depends on:

We highly recommend to install ccrawl and dependencies in a dedicated virtualenv with included ipython and amoco packages :

user@machine:~ % tar xzvf ccrawl.tgz; cd ccrawl

user@machine:~/ccrawl % mkvirtualenv venv
Running virtualenv with interpreter /usr/bin/python3
New python executable in /home/user/lib/python-envs/venv/bin/python3
Also creating executable in /home/user/lib/python-envs/venv/bin/python
Installing setuptools, pkg_resources, pip, wheel...done.

(venv) user@machine:~/ccrawl % pip install ipython
[...]

(venv) user@machine:~/ccrawl % cd ..
user@machine:~ % tar xzvf amoco.tgz; cd amoco
(venv) user@machine:~/amoco % pip install .
[...]
(venv) user@machine:~/amoco % cd ../ccrawl

(venv) user@machine:~/ccrawl % pip install .
[...]

(venv) user@machine:~/ccrawl % cd /tmp

(venv) user@machine:/tmp % cat > ccrawlrc
c.Terminal.console = 'ipython'

(venv) user@machine:/tmp % ccrawl -c ccrawlrc

                             _
  ___ ___ _ __ __ ___      _| |
 / __/ __| '__/ _` \ \ /\ / / |
| (_| (__| | | (_| |\ V  V /| |
 \___\___|_|  \__,_| \_/\_/ |_| v1.10


In [1]: [^D]