Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
- add yumekomik
- return result as json

telegram bot https://wibuapibot.t.me
  • Loading branch information
zYxDevs authored Aug 16, 2023
2 parents 22b7b37 + b216be3 commit 3159af5
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 73 deletions.
40 changes: 27 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,23 @@ _There's many useful features in bot but it required big resource, so i make it
**Paid Features:**

- [x] All features on WibuAPI
- [x] LH Translation zipper
- [x] Shinigami zipper
- [x] Worldmanhwas zipper
- [x] Maid Manga zipper
- [x] Mangayaro zipper
- [x] Cosmicscans zipper
- [x] nHentai zipper
- [x] Sheakomik, Sheamanga zipper
- [x] Komikindo.info zipper
- [x] Mikoroku zipper
- [x] Mangakakalot zipper
- [x] LH Translation ziper
- [x] Shinigami ziper
- [x] Worldmanhwas ziper
- [x] Maid Manga ziper
- [x] Mangayaro ziper
- [x] Cosmicscans ziper
- [x] nHentai ziper
- [x] Sheakomik, Sheamanga ziper
- [x] Komikindo.info ziper
- [x] Mikoroku ziper
- [x] Mangakakalot ziper
- [x] OnlyWaifu ziper
- [x] Manhwatop ziper
- [x] Manhuafast ziper
- [x] Onlylama
- [x] Download link sraper
- [x] Photo album zipper
- [x] Download link scraper
- [x] Photo album ziper
- [x] Otomi Games
- [x] Search parser
- [x] Download link scraper
Expand Down Expand Up @@ -185,6 +188,7 @@ print(res)
| Website | Params |
| :-: | :-: |
| [Rawkuma](https://github.com/zYxDevs/wibu-api-py#rawkuma) | link |
| [Yumekomik](https://github.com/zYxDevs/wibu-api-py#yumekomik) | link |
| [Westmanga](https://github.com/zYxDevs/wibu-api-py#westmanga) | link |
| [Komikindo](https://github.com/zYxDevs/wibu-api-py#komikindo) | link |
| [Mangatale](https://github.com/zYxDevs/wibu-api-py#mangatale) | link |
Expand All @@ -204,6 +208,16 @@ res = api.rawkuma(url)
print(res)
```

#### [Yumekomik](https://yumekomik.com)
```python
# works with list and single chapter
# list: https://yumekomik.com/manga/watashi-yori-tsuyoi-otoko-to-kekkon-shitai-no/
# single: https://yumekomik.com/watashi-yori-tsuyoi-otoko-to-kekkon-shitai-no-chapter-08-bahasa-indonesia/
url = "https://yumekomik.com/manga/watashi-yori-tsuyoi-otoko-to-kekkon-shitai-no/"
res = api.yumekomik(url)
print(res)
```

#### [Westmanga](https://westmanga.info)
```python
# works with list and single chapter
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="wibuapi",
version="0.1.3",
version="0.1.4",
description="Official Python Wrapper for Wibu API.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
Loading

0 comments on commit 3159af5

Please sign in to comment.