Skip to content

muhammetenes/PySloth

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%