Skip to content
Ebubekir Tabak edited this page Jun 7, 2019 · 2 revisions

Welcome to the PySloth wiki!

What is PySloth ?

PySloth is a programmable web bot. PySLoth can simulate user behavior. Can search web pages with use Javascript and without Javascript. Can limited multithread process.

How To Install ?

Install PySloth requirements.

pip install -r requirements.txt

USAGE

Create a file from named myconf.json in project directory.

Copy content of conf.json file to your myconf.json file.

Starting Web crawling:

python main.py 'scope' 'scope_name''

Clone this wiki locally