Get data from https://hanime.tv
Find a file
Moe 6fb05b4adf Update script and add some new features
- Replace get with info
- Added storyboards
- Added download (STILL NOT WORKING)
2019-07-04 23:56:24 +07:00
HTV Update script and add some new features 2019-07-04 23:56:24 +07:00
.gitattributes Initial commit 2019-01-06 19:05:24 +07:00
.gitignore Initial commit 2019-01-06 19:05:24 +07:00
example.py Initial Release 2019-01-06 19:16:57 +07:00
LICENSE Initial commit 2019-01-06 19:05:24 +07:00
README.md Fix typo :v 2019-01-19 01:39:39 +07:00
requirements.txt Move requirements.txt 2019-01-06 20:39:43 +07:00

HanimeTV

Get data from https://hanime.tv :)

Installation

Installation is simple. It can be installed from pip using the following command:

$ pip3 install -r requirements.txt

Usage

from HTV import HanimeTV

# hentai = HanimeTV(email="EMAIL", password="PASS")
hentai = HanimeTV()

# SEARCH
search = hentai.search("Imouto Paradise")
print (search)

# GET INFO & DATA
get = hentai.get("https://hanime.tv/hentai-videos/imouto-paradise-1-ep-1")
print (get)

Credit

Moe Poi ~ / @moepoi