wibusoft
Version:
our features are few but we provide the best and it is not uncommon to find in other npmjs
75 lines (60 loc) • 3.05 kB
JavaScript
const wibusoft = require('../src/index.js')
// game
// top up free fire
// async function topupFreeFire() {
// const makeSession = await wibusoft.game.topupFreeFire('239814337', '70') // support nominal 5 12 70 140 355 720'
// return await wibusoft.game.payDiamond(makeSession, '08953225697662')
// }
// topupFreeFire().then(console.log).catch(console.error)
// nickname free fire
// wibusoft.game.nickNameFreefire('239814337').then(console.log).catch(console.error)
// nickname mobile legend
// wibusoft.game.nickNameMobileLegends('109088431', '2558').then(console.log).catch(console.error)
// nickname supersus
// wibusoft.game.superSusChecker('20431364').then(console.log).catch(console.error)
// downloader features
// wibusoft.downloader.facebookDownload('https://www.facebook.com/mhmd.farid.908/videos/473529950837803/').then(console.log).catch(console.error)
// meta scrap features
// wibusoft.downloader.metaScrape('https://vt.tiktok.com/ZSdeRDb3U//').then(console.log).catch(console.error)
// tiktok downloader
// wibusoft.downloader.tiktokDownloader('https://vt.tiktok.com/ZSdeRDb3U/').then(console.log).catch(console.error)
// yoube play downloader
// wibusoft.downloader.youtubePlay('light switch').then(console.log).catch(console.error)
// weebs
// wallpaper
// wibusoft.anime.animeWallpaper('keqing').then(console.log).catch(console.error)
// hentai
// async function janji_ngk_coli() {
// await wibusoft.anime.getHotPic().then(console.log).catch(console.error)
// await wibusoft.anime.randomHentai().then(console.log).catch(console.error)
// await wibusoft.anime.getCharacterHentaiByNameAndGetRawURL('keqing').then(console.log).catch(console.error) // sd quality tapi banyak
// for one picture
// const jangan = await wibusoft.anime.getCharacterHentaiByName('keqing')
// await wibusoft.anime.getUrl(jangan[0]).then(console.log).catch(console.error) // hd quality++ ngk obat
// }
// janji_ngk_coli()
// tools
// make sticker
// wibusoft.tools.makeSticker('https://w0.peakpx.com/wallpaper/929/489/HD-wallpaper-keqing-portrait-genshin-impact.jpg', {
// author: 'wibusoft',
// pack: 'keqing',
// // circle: true, // default false
// // keepScale: true, // default false
// }).then(console.log).catch(console.error)
// expand url
// wibusoft.tools.expandedUrl('https://vt.tiktok.com/ZSdeRDb3U/').then(console.log).catch(console.error)
// async function gopay(idProduct, PhoneNumber) {
// const csrf = await csrfGenerator()
// const { data } = await listProduct(csrf)
// // console.log(data) untuk melihat id product yang tersedia
// const isValidId = data.daftar_product.find(product => product.id == idProduct)
// if (!isValidId) return console.error('invalid id product')
// const gass = await convertGopay(idProduct,PhoneNumber, csrf)
// if (!'qr' in gass) return console.error('kurang ganteng')
// return {
// creator: '@wibusoft.site',
// ...gass,
// ...isValidId
// }
// }
// gopay(24, '085173222764').then(console.log).catch(console.error)