Skip to content

MhankBarBar/nekopoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

nekopoi

Features


  • Scrap from url

Todo


  • Search by genre
  • Search by query
  • Scrap from homepage

Example

# Hentai Scraper
>>> from nekopoi import Hent
>>> sc = Hent("https://nekopoi.care/kono-kaisha-nanika-okashii-episode-2-subtitle-indonesia/").getto
>>> sc.to_json
# Hentai Scraper Using Proxy
>>> from nekopoi import Hent
>>> sc = Hent("https://nekopoi.care/kono-kaisha-nanika-okashii-episode-2-subtitle-indonesia/", proxy={"http": "http://host:port"}).getto
>>> sc.to_json

# Jav Scraper
>>> from nekopoi import Jav
>>> ja = Jav("https://nekopoi.care/ipx-700-jav-miu-shiramine-a-super-luxury-mens-beauty-treatment-salon-that-makes-beautiful-legs-glamorous-testicles/").getto
>>> ja.to_json
# Jav Scraper Using Proxy
>>> from nekopoi import Jav
>>> ja = Jav("https://nekopoi.care/ipx-700-jav-miu-shiramine-a-super-luxury-mens-beauty-treatment-salon-that-makes-beautiful-legs-glamorous-testicles/", proxy={"http": "http://host:port"}).getto
>>> ja.to_json

# 3D Hentai Scraper
>>> from nekopoi import ThreeD
>>> tridi = ThreeD("https://nekopoi.care/3d-hentai-hige-wo-soru-fucked-sayu-ogiwara/").getto
>>> tridi.to_json
# 3D Hentai Scraper Using Proxy
>>> from nekopoi import ThreeD
>>> tridi = ThreeD("https://nekopoi.care/3d-hentai-hige-wo-soru-fucked-sayu-ogiwara/", proxy={"http": "http://host:port"}).getto
>>> tridi.to_json

Installation

> python3 -m pip install requests bs4

About

Nekopoi scraper using python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages