Skip to content

Welcome

Welcome to BotCity's Crawler Plugin.

Installation

Latest release

Using PyPI

pip install botcity-crawler-plugin

Linux System Dependencies

If you intend to use this package with Linux and JavaScript there are system dependencies that are required to be installed.

For Debian/Ubuntu please run the following command:

apt install libxcomposite1 libxcursor1 libxdamage1 \
 libxfixes3 libxi6 libxtst6 libnss3 libnspr4 libcups2 \
 libdbus-1-3 libxrandr2 libasound2 libatk1.0-0 libatk-bridge2.0-0 \
 libgtk-3-0 libx11-xcb1 --no-install-recommends

Please make sure to install the equivalent libraries for your Linux distribution.

Back to top