HanimeTV/README.md

31 lines
546 B
Markdown
Raw Normal View History

2019-01-06 13:05:24 +01:00
# HanimeTV
2019-01-06 13:16:01 +01:00
*Get data from https://hanime.tv :)*
## Installation
Installation is simple. It can be installed from pip using the following command:
```sh
$ pip3 install -r requirements.txt
```
## Usage
```sh
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
2019-01-18 19:39:39 +01:00
Moe Poi ~ / [@moepoi](https://github.com/moepoi)