Skip to content

AnonymousHendi/nudeScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

nudeScraper

Gather all pictures from different sites using a simple python code

Requirements

Python3

requests and urllib3

pip install requests
pip install urllib3

Usage

FOR THE CODE TO WORK PROPERLY MAKE SURE lib.dat IS WITHIN THE SAME code.py DIRECTORY SINCE THE CODE CHECKS IF THE LIBRARY EXISTS OR NOT

Library names can be found within lib.dat

python code.py [library_name] [inbound] [outbound]

Examples

For gathering all pictures from all the libraries:

python code.py

For gathering all pictures from playboyplus.com library from folder 1 to 10:

python code.py playboyplus.com 1 10

For gathering all pictures from playboyplus.com library in folder 4:

python code.py playboyplus.com 4

Changes

1.0.0

  • First release

About

Gather all pictures from different sites using a simple python code

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages