Skip to main content

Official Sync and Async Python Wrapper for Wibu API.

Project description

Wibu-API-Py

Downloads Repo Size Languages CodeFactor Codacy Badge

Official Python Wrapper for Wibu API.

wibu-api-py

How to install

Use pip

pip3 install wibuapi
pip3 install git+https://github.com/zYxDevs/wibu-api-py

Get latest update

pip3 install -U wibuapi

Install from repo

root@zyxdevs:~ git clone https://github.com/zYxDevs/wibu-api-py wibuapi
root@zyxdevs:~ cd wibuapi
root@zyxdevs:~ python3 setup.py install

Telegram Bot:

There's many useful features in bot but it required big resource, so i make it for paid users only. If you interest to buy PM me on Telegram.

Paid Features:

  • All features on WibuAPI
  • LH Translation ziper
  • Shinigami ziper
  • Worldmanhwas ziper
  • Maid Manga ziper
  • Mangayaro ziper
  • Cosmicscans ziper
  • nHentai ziper
  • Sheakomik, Sheamanga ziper
  • Komikindo.info ziper
  • Mikoroku ziper
  • Mangakakalot ziper
  • OnlyWaifu ziper
  • Manhwatop ziper
  • Manhuafast ziper
  • Onlylama
    • Download link scraper
    • Photo album ziper
  • Otomi Games
    • Search parser
    • Download link scraper
  • Javhd
    • Search parser
    • Download link scraper
  • Other incoming features

WibuAPI Bot Yoga Pranata Supoort Chat Update Channel

Examples:

Importing modules

from wibuapi import WibuAPI
api = WibuAPI()

Anime, Hentai, Donghua

For nekopoi search only works in bot.

Website Params
Lendrive link
Anichin link
Donghua link
Anixlife link
Kazefuri link
Kusonime link
Doronime link
Samehadaku link
Kuramanime link
Moenime link
Nekopoi link
HentaiGuru link

Lendrive

# 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)
print(res)

Anichin

# works with batch, bd, and single eps link
url = "https://anichin.vip/soul-land-season-2-episode-226-252-subtitle-indonesia/"
res = api.anichin(url)
print(res)

Donghua

# works with batch, bd, and single eps link
url = "https://donghua.web.id/soul-land-season-2-episode-224-250"
res = api.donghua(url)
print(res)

Anixlife

# works with batch, bd, and single eps link
url = "https://anixverse.com/battle-through-the-heavens-season-5-episode-56-subtitle-indonesia/"
res = api.anixlife(url)
print(res)

Kazefuri

# works with batch, bd, and single eps link
url = "https://kazefuri.vip/shrouding-the-heavens-episode-17-subtitle-indonesia/"
res = api.kazefuri(url)
print(res)

Kusonime

# works with batch, bd, and single eps link
url = "https://kusonime.com/isekai-ojisan-batch-subtitle-indonesia/"
res = api.kusonime(url)
print(res)

Doronime

# works with batch, bd, and single eps link
url = "https://doroni.me/anime/om-ke-isekai/batch"
res = api.doronime(url)
print(res)

Samehadaku

# works with batch, bd, and single eps link
url = "https://samehadaku.run/nierautomata-ver1-1a-episode-8/"
res = api.samehadaku(url)
print(res)

Kuramanime

# works with batch, bd, and single eps link
url = "https://kuramanime.art/anime/2004/mushoku-tensei-isekai-ittara-honki-dasu-shugo-jutsushi-fitz/episode/1"
res = api.kuramanime(url)
print(res)

Moenime

# works with batch, bd, and single eps link
url = "https://moenime.com/liar-liar-sub-indo/"
res = api.moenime(url)
print(res)

Nekopoi

# works with single eps link (hentai, jav)
url = "https://nekopoi.care/koumi-jima-shuu-7-de-umeru-mesu-tachi-episode-1-subtitle-indonesia/"
res = api.nekopoi(url)
print(res)

HentaiGuru

# works with single eps link (hentai, jav)
url = "https://hentai.guru/hentai/fushigi-no-kuni-no-succubus/"
res = api.hentaiguru(url)
print(res)

Manga, Doujin, Manhua, Manhwa

Website Params
Rawkuma link
Yumekomik link
Westmanga link
Komikindo link
Mangatale link
Kiryuu link
Masterkomik link
Mangakita link
Doujindesu link
Crotpedia link

Rawkuma

# works with list and single chapter
# list: https://rawkuma.com/manga/guilty-circle/
# single: https://rawkuma.com/guilty-circle-chapter-83/
url = "https://rawkuma.com/manga/guilty-circle/"
res = api.rawkuma(url)
print(res)

Yumekomik

# 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

# works with list and single chapter
# list: https://westmanga.info/manga/kaifuku-jutsushi-no-yarinaoshi/
# single: https://westmanga.info/kaifuku-jutsushi-no-yarinaoshi-chapter-52-1-bahasa-indonesia/
url = "https://westmanga.info/manga/kaifuku-jutsushi-no-yarinaoshi/"
res = api.westmanga(url)
print(res)

Komikindo

# work with list and single chapter
# list: https://komikindo.co/manga/yuusha-ni-zenbu-ubawareta-ore-wa-yuusha-no-hahaoya-to-party-wo-kumimashita/
# single: https://komikindo.co/yuusha-ni-zenbu-ubawareta-ore-wa-yuusha-no-hahaoya-to-party-wo-kumimashita-chapter-04/
url = "https://komikindo.co/manga/yuusha-ni-zenbu-ubawareta-ore-wa-yuusha-no-hahaoya-to-party-wo-kumimashita/"
res = api.komikindo(url)
print(res)

Mangatale

# work with list and single chapter
# list: https://mangatale.co/manga/dungeon-odyssey/
# single: https://mangatale.co/dungeon-odyssey-chapter-40/
url = "https://mangatale.co/manga/dungeon-odyssey/"
res = api.mangatale(url)
print(res)

Kiryuu

# work with list and single chapter
# list: https://kiryuu.id/manga/a-rank-boukensha-no-slow-life/
# single: https://kiryuu.id/a-rank-boukensha-no-slow-life-chapter-39-3/
url = "https://kiryuu.id/manga/a-rank-boukensha-no-slow-life/"
res = api.kiryuu(url)
print(res)

Masterkomik

# work with list and single chapter
# list: https://masterkomik.com/manga/max-level-player/
# single: https://masterkomik.com/max-level-player-chapter-07/
url = "https://masterkomik.com/manga/max-level-player/"
res = api.masterkomik(url)
print(res)

Mangakita

# works with list and single chapter
# list: https://mangakita.net/manga/please-go-home-akutsu-san/
# single: https://mangakita.net/please-go-home-akutsu-san-chapter-137/
url = "https://mangakita.net/manga/please-go-home-akutsu-san/"
res = api.mangakita(url)
print(res)

Doujindesu

# works with list and single chapter
# list: https://212.32.226.234/manga/i-cant-stand-it-ajumma/
# single: https://212.32.226.234/i-cant-stand-it-ajumma-chapter-20/
url = "https://212.32.226.234/manga/i-cant-stand-it-ajumma/"
res = api.doujindesu(url)
print(res)

Crotpedia

# works with list chapter
# list: https://38.242.194.12/baca/series/young-housemaid/
url = "https://38.242.194.12/baca/series/young-housemaid/"
res = api.crotpedia(url)
print(res)

Note:

You can see more endpoints on https://wibu-api.eu.org/docs or wibuapi.py file.

Sometimes their will change domains, that will make some endpoints wont works.
Please let me know when their sites change domains, I will asap fix dead endpoints.

If you find any bugs or requests a new sites,
You can ping me on telegram or make new issue.

Copyright:

© 2022-2023 Yoga Pranata

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wibuapi-0.1.6.tar.gz (23.5 kB view hashes)

Uploaded Source

Built Distribution

wibuapi-0.1.6-py3-none-any.whl (22.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page