mirror of
https://gitlab.com/moepoi/HanimeTV.git
synced 2024-11-14 02:56:16 +01:00
Update README.md
This commit is contained in:
parent
648d0898ae
commit
4a2956ade6
1 changed files with 30 additions and 0 deletions
30
README.md
30
README.md
|
@ -1 +1,31 @@
|
|||
# HanimeTV
|
||||
|
||||
*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
|
||||
|
||||
Moe Poi ~ / [@moepoi](https://gitlab.com/moepoi)
|
Loading…
Reference in a new issue