🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

wibuapi

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wibuapi

Official Sync and Async Python Wrapper for Wibu API.

0.1.8
Maintainers
1

Wibu-API-Py

Downloads Repo Size Languages CodeFactor Codacy Badge

Official Python Wrapper for Wibu API.

wibu-api-py

Repobeats

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:

  • Everything on WibuAPI
  • LH Translation ziper
  • Shinigami ziper
  • Worldmanhwas ziper
  • Maid Manga ziper
  • Mangayaro ziper
  • Cosmicscans ziper
  • nHentai, nHentai.to, Hentaifox, AsmHentai, Pururin ziper
  • Sheakomik, Sheamanga ziper
  • Komikindo.info ziper
  • Mikoroku ziper
  • Mangakakalot ziper
  • OnlyWaifu ziper
  • Manhwatop ziper
  • Manhuafast ziper
  • Drakescans ziper
  • Omegascans ziper
  • Telegra.ph ziper
  • Onlylama
    • Download link scraper
    • Photo album ziper
  • Otomi Games
    • Search parser
    • Download link scraper
  • Javhd
    • Search parser
    • Download link scraper
  • Rule34 downloader
  • Bunkrr.su downloader
  • NudeCosplayGirl ziper
  • Mirrored 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.

WebsiteParams
Lendrivelink
Anichinlink
Donghualink
Anixlifelink
Kazefurilink
Kusonimelink
Doronimelink
Samehadakulink
Kuramanimelink
Moenimelink
Nekopoilink
HentaiGurulink

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

WebsiteParams
Rawkumalink
Yumekomiklink
Westmangalink
Komikindolink
Mangatalelink
Kiryuulink
Masterkomiklink
Mangakitalink
Doujindesulink
Crotpedialink

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.
© 2022-2023 Yoga Pranata

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts