Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zYxDevs authored Mar 21, 2023
1 parent dabbadf commit b4e6bf9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ pip install -U wibuapi
```

#### Install from repo
```
git clone https://github.com/zYxDevs/wibu-api-py && setup.py install
```bash
root@zyxdevs:~ git clone https://github.com/zYxDevs/wibu-api-py wibuapi
root@zyxdevs:~ cd wibuapi
root@zyxdevs:~ python3 setup.py install
```

## Telegram Bot:
Expand All @@ -32,12 +34,13 @@ https://ybotssupport.t.me
https://spreadnetworks.t.me

## Examples:
#### Importing modules
### Importing modules
```python
from wibuapi import WibuAPI
api = WibuAPI()
```

### Anime
#### [Lendrive](https://lendrive.web.id)
```python
# works with batch, bd, and single eps link
Expand Down Expand Up @@ -73,8 +76,8 @@ print(res)
#### [Samehadaku](https://samehadaku.run)
```python
# works with batch, bd, and single eps link
url = "https://lendrive.web.id/tondemo-skill-de-isekai-hourou-meshi-ep-04-dual-subs-x265-hevc-subtitle-indonesia-english/"
res = api.lendrive(url)
url = "https://samehadaku.run/nierautomata-ver1-1a-episode-8/"
res = api.samehadaku(url)
print(res)
```

Expand Down

0 comments on commit b4e6bf9

Please sign in to comment.