Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 876 Bytes

readme.md

File metadata and controls

39 lines (23 loc) · 876 Bytes

PySloth

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.

Ho To Install ?

Install pySloth requirements.

pip install -r requirements.txt

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''

$scope_name

{
  "scope_name": "example.com scope",
  "settings": { ... }
}

Main features

Login

login functionalty

User Actions

User Actions