PietroJomini / zeniba

z-library onion scraper and python API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zeniba

zeniba

"No-Face, why don't you stay with me?"


Quick example

from zeniba import Zeniba

client = Zeniba().login(config.EMAIL, config.PASSWORD)
links = client.search("a little life").read(0)
book = client.book(links[0])

name, content = client.download(book)

Not so quick example

docs

About

z-library onion scraper and python API

License:Do What The F*ck You Want To Public License


Languages

Language:Python 100.0%