
𝐇𝐚𝐬𝐮𝐦𝐢𝐁𝐨𝐭 𝐅𝐫𝐞𝐞𝐂𝐨𝐝𝐞𝐬
834 subscribers
Similar Channels
Swipe to see more
Posts

/* ౨ৎ ˖ ࣪⊹ 𝐁𝐲 𝐉𝐭𝐱𝐬 𐙚˚.ᡣ𐭩 ❀ Canal Principal ≽^•˕• ྀི≼ https://whatsapp.com/channel/0029VaeQcFXEFeXtNMHk0D0n ❀ Canal Rikka Takanashi Bot https://whatsapp.com/channel/0029VaksDf4I1rcsIO6Rip2X ❀ Canal StarlightsTeam https://whatsapp.com/channel/0029VaBfsIwGk1FyaqFcK91S ❀ HasumiBot FreeCodes https://whatsapp.com/channel/0029Vanjyqb2f3ERifCpGT0W */ // ❀ Canal Owner Api : // https://whatsapp.com/channel/0029VakPf6C0bIdnzOGlMZ1K // *𓍯𓂃𓏧♡ YTMP3* import axios from 'axios' let HS = async (m, { conn, text }) => { if (!text) return conn.reply(m.chat, `❀ Ingresa un link de YouTube`, m) try { let api = await axios.get(`https://mahiru-shiina.vercel.app/download/ytmp3?url=${text}`) let json = api.data let { title, description, uploaded, duration, views, type, url, thumbnail, author, download } = json.data let { name, url: authorUrl } = author let HS = `- *Titulo:* ${title} - *Autor:* ${name} - ${authorUrl} - *Descripción:* ${description} - *Subido:* ${uploaded} - *Duración:* ${duration} - *Vistas:* ${views}` await conn.sendMessage(m.chat, { image: { url: thumbnail }, caption: HS }, { quoted: m }) await conn.sendMessage(m.chat, { audio: { url: download }, mimetype: 'audio/mpeg' }, { quoted: m }) } catch (error) { console.error(error) }} HS.command = ['ytmp3'] export default HS

/* ౨ৎ ˖ ࣪⊹ 𝐁𝐲 𝐉𝐭𝐱𝐬 𐙚˚.ᡣ𐭩 ❀ Canal Principal ≽^•˕• ྀི≼ https://whatsapp.com/channel/0029VaeQcFXEFeXtNMHk0D0n ❀ Canal Rikka Takanashi Bot https://whatsapp.com/channel/0029VaksDf4I1rcsIO6Rip2X ❀ Canal StarlightsTeam https://whatsapp.com/channel/0029VaBfsIwGk1FyaqFcK91S ❀ HasumiBot FreeCodes https://whatsapp.com/channel/0029Vanjyqb2f3ERifCpGT0W */ // ❀ Canal Owner Api : // https://whatsapp.com/channel/0029VakPf6C0bIdnzOGlMZ1K // *𓍯𓂃𓏧♡ YTMP4* import axios from 'axios' let HS = async (m, { conn, text }) => { if (!text) return conn.reply(m.chat, `❀ Ingresa un link de YouTube`, m) try { let api = await axios.get(`https://mahiru-shiina.vercel.app/download/ytmp4?url=${text}`) let json = api.data let { title, description, uploaded, duration, views, type, url, thumbnail, author, download } = json.data let { name, url: authorUrl } = author let HS = `- *Titulo:* ${title} - *Autor:* ${name} - ${authorUrl} - *Descripción:* ${description} - *Subido:* ${uploaded} - *Duración:* ${duration} - *Vistas:* ${views}` await conn.sendMessage(m.chat, { image: { url: thumbnail }, caption: HS }, { quoted: m }) await conn.sendMessage(m.chat, { video: { url: download }, mimetype: 'video/mp4' }, { quoted: m }) } catch (error) { console.error(error) }} HS.command = ['ytmp4'] export default HS

/* ౨ৎ ˖ ࣪⊹ 𝐁𝐲 𝐉𝐭𝐱𝐬 𐙚˚.ᡣ𐭩 ❀ Canal Principal ≽^•˕• ྀི≼ https://whatsapp.com/channel/0029VaeQcFXEFeXtNMHk0D0n ❀ Canal Rikka Takanashi Bot https://whatsapp.com/channel/0029VaksDf4I1rcsIO6Rip2X ❀ Canal StarlightsTeam https://whatsapp.com/channel/0029VaBfsIwGk1FyaqFcK91S ❀ HasumiBot FreeCodes https://whatsapp.com/channel/0029Vanjyqb2f3ERifCpGT0W */ // *𓍯𓂃𓏧♡࣪TWITTER DL* import axios from 'axios' let HS = async (m, { conn, text }) => { if (!text) return conn.reply(m.chat, `❀ Ingresa un link de twitter`, m) try { let api = await axios.get(`https://api.davidcyriltech.my.id/twitter?url=${text}`) let json = await api.data let { description, thumbnail, video_sd, video_hd, audio } = json let HS = `- *Descripcion :* ${description}` await conn.sendFile(m.chat, video_hd, 'HasumiBotFreeCodes.mp4', HS, m) } catch (error) { console.error(error) }} HS.command = ['twitter', 'twitterdl'] export default HS

/* ౨ৎ ˖ ࣪⊹ 𝐁𝐲 𝐉𝐭𝐱𝐬 𐙚˚.ᡣ𐭩 ❀ Canal Principal ≽^•˕• ྀི≼ https://whatsapp.com/channel/0029VaeQcFXEFeXtNMHk0D0n ❀ Canal Rikka Takanashi Bot https://whatsapp.com/channel/0029VaksDf4I1rcsIO6Rip2X ❀ Canal StarlightsTeam https://whatsapp.com/channel/0029VaBfsIwGk1FyaqFcK91S ❀ HasumiBot FreeCodes https://whatsapp.com/channel/0029Vanjyqb2f3ERifCpGT0W */ // ❀ Canal Owner Api : // https://whatsapp.com/channel/0029VakPf6C0bIdnzOGlMZ1K // *𓍯𓂃𓏧♡ TIKTOK DL* import axios from 'axios' let HS = async (m, { conn, text }) => { if (!text) return conn.reply(m.chat, `❀ Ingresa un link de Tiktok`, m) try { let api = await axios.get(`https://mahiru-shiina.vercel.app/download/tiktok?url=${text}`) let json = api.data let { title, nickname, username, plays, likes, comments, shares, audiotitle, download } = json.data let { video, audio } = download let HS = `- *Titulo:* ${title} - *Usuario:* ${nickname} - *${username}* - *Reproducciones:* ${plays} - *Comentarios:* ${comments} - *Compartidos:* ${shares} - *Audio:* ${audiotitle}` await conn.sendMessage(m.chat, { video: { url: video }, caption: HS }, { quoted: m }) await conn.sendMessage(m.chat, { audio: { url: audio }, mimetype: 'audio/mpeg', ptt: false }, { quoted: m }) } catch (error) { console.error(error) }} HS.command = ['tiktok', 'tiktokdl'] export default HS

/* ౨ৎ ˖ ࣪⊹ 𝐁𝐲 𝐉𝐭𝐱𝐬 𐙚˚.ᡣ𐭩 ❀ Canal Principal ≽^•˕• ྀི≼ https://whatsapp.com/channel/0029VaeQcFXEFeXtNMHk0D0n ❀ Canal Rikka Takanashi Bot https://whatsapp.com/channel/0029VaksDf4I1rcsIO6Rip2X ❀ Canal StarlightsTeam https://whatsapp.com/channel/0029VaBfsIwGk1FyaqFcK91S ❀ HasumiBot FreeCodes https://whatsapp.com/channel/0029Vanjyqb2f3ERifCpGT0W */ // ❀ Canal Owner Api : // https://whatsapp.com/channel/0029VakPf6C0bIdnzOGlMZ1K // *𓍯𓂃𓏧♡ CHATGPT 4* import axios from 'axios' let HS = async (m, { conn, text }) => { if (!text) return conn.reply(m.chat, `❀ Ingresa un texto para hablar con chatgpt4`, m) try { let api = await axios.get(`https://mahiru-shiina.vercel.app/docs/api/ai/chatgpt4?text=${text}`) let json = await api.data m.reply(json.answer) } catch (error) { console.error(error) }} HS.command = ['gpt4', 'chatgpt4'] export default HS

/* ౨ৎ ˖ ࣪⊹ 𝐁𝐲 𝐉𝐭𝐱𝐬 𐙚˚.ᡣ𐭩 ❀ Canal Principal https://whatsapp.com/channel/0029VaeQcFXEFeXtNMHk0D0n ❀ Canal Rikka Takanashi Bot https://whatsapp.com/channel/0029VaksDf4I1rcsIO6Rip2X ❀ Canal StarlightsTeam https://whatsapp.com/channel/0029VaBfsIwGk1FyaqFcK91S ❀ HasumiBot FreeCodes https://whatsapp.com/channel/0029Vanjyqb2f3ERifCpGT0W */ // *⊹₊⟡⋆ Tiktok DL* import axios from 'axios' let HS = async (m, { conn, text }) => { if (!text) return conn.reply(m.chat, `❀ Ingresa un link de tiktok`, m) try { let { title, cover, ai_dynamic_cover, origin_cover, duration, play, wmplay, music, music_info, play_count, digg_count, comment_count, share_count, download_count, author } = await tiktok.download(text) let HS = `- *Titulo :* ${title} - *Creador :* ${author.nickname} - *Duracion :* ${duration} segundos - *Reproducciones :* ${play_count} - *Comentarios :* ${comment_count} - *Compartidos* ${share_count} - *Descargas :* ${download_count}` await conn.sendFile(m.chat, play, 'HasumiBotFreeCodes.mp4', HS, m) await conn.sendFile(m.chat, music, 'HasumiBotFreeCodes.mp3', null, m) } catch (error) { console.error(error) }} HS.command = ['tiktokdl', 'tiktok', 'a'] export default HS const tiktok = { download: async function (url) { try { const response = await axios(`https://tikwm.com/api/?url=${url}`).catch(e => e.response) if (response && response.data && response.data.data) { return response.data.data } else { throw new Error('enlace de descarga no encontrado :v') } } catch (error) { throw new Error('TIKTOK DL ERROR ' + error) }}, }

/* ౨ৎ ˖ ࣪⊹ 𝐁𝐲 𝐉𝐭𝐱𝐬 𐙚˚.ᡣ𐭩 ❀ Canal Principal https://whatsapp.com/channel/0029VaeQcFXEFeXtNMHk0D0n ❀ Canal Rikka Takanashi Bot https://whatsapp.com/channel/0029VaksDf4I1rcsIO6Rip2X ❀ Canal StarlightsTeam https://whatsapp.com/channel/0029VaBfsIwGk1FyaqFcK91S ❀ HasumiBot FreeCodes https://whatsapp.com/channel/0029Vanjyqb2f3ERifCpGT0W */ // *— ★! TIKTOK - SEARCH* import axios from 'axios' let HS = async (m, { conn, text }) => { if (!text) return conn.reply(m.chat, `❀ Ingresa el texto de lo que quieras buscar`, m) try { let info = await tiktok.search(text) let randomvid = Math.floor(Math.random() * info.length) let { metadata, estadisticas, audio, author, media } = info[randomvid] let HS = `*[ INFO - VIDEO ]* - *Titulo :* ${metadata.titulo} - *Duracion :* ${metadata.duracion} segundos - *Creado :* ${metadata.creado} *[ INFO - ESTADISTICAS ]* - *Reproducciones :* ${estadisticas.reproducciones} - *Likes :* ${estadisticas.likes} - *Comentarios :* ${estadisticas.comentarios} - *Compartidos :* ${estadisticas.compartidos} - *Descargas :* ${estadisticas.descargas} *[ INFO - AUTHOR ]* - *name :* ${author.name} - *username :* ${author.username}` await conn.sendFile(m.chat, media.no_watermark, 'HasumiBotFreeCodes.mp4', HS, m) } catch (error) { console.error(error) }} HS.command = ['tiktoksearch'] export default HS const tiktok = { search: async function (q) { try { const data = { count: 20, cursor: 0, web: 1, hd: 1, keywords: q, }; const config = { method: "post", url: "https://tikwm.com/api/feed/search", headers: { "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8", Accept: "application/json, text/javascript, /; q=0.01", "X-Requested-With": "XMLHttpRequest", "User-Agent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36", Referer: "https://tikwm.com/", }, data: data, } const response = await axios(config) if (response.data.data) { return response.data.data.videos.map((a) => ({ metadata: { titulo: a.title, duracion: a.duration, region: a.region, video_id: a.video_id, imagen: "https://tikwm.com" + a.cover, creado: new Date(a.create_time * 1000).toLocaleString("es-AR", { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric', hour: 'numeric', minute: 'numeric', second: 'numeric', hour12: false }), }, estadisticas: { reproducciones: Number(a.play_count).toLocaleString(), likes: Number(a.digg_count).toLocaleString(), comentarios: Number(a.comment_count).toLocaleString(), compartidos: Number(a.share_count).toLocaleString(), descargas: Number(a.download_count).toLocaleString(), }, music: a.music_info, author: { name: a.author.nickname, username: "@" + a.author.unique_id, avatar: "https://tikwm.com" + a.author.avatar, }, media: { no_watermark: "https://tikwm.com" + a.play, watermark: "https://tikwm.com" + a.wmplay, audio: "https://tikwm.com" + a.music, } })); } else { throw new Error('sin informacion disponible') } } catch (error) { throw new Error('TIKTOK SEARCH ERROR ' + error) }}}

/* ౨ৎ ˖ ࣪⊹ 𝐁𝐲 𝐉𝐭𝐱𝐬 𐙚˚.ᡣ𐭩 ❀ Canal Principal ≽^•˕• ྀི≼ https://whatsapp.com/channel/0029VaeQcFXEFeXtNMHk0D0n ❀ Canal Rikka Takanashi Bot https://whatsapp.com/channel/0029VaksDf4I1rcsIO6Rip2X ❀ Canal StarlightsTeam https://whatsapp.com/channel/0029VaBfsIwGk1FyaqFcK91S ❀ HasumiBot FreeCodes https://whatsapp.com/channel/0029Vanjyqb2f3ERifCpGT0W */ // ❀ Canal Owner Api : // https://whatsapp.com/channel/0029VakPf6C0bIdnzOGlMZ1K // *𓍯𓂃𓏧♡ FACEBOOK DL* import axios from 'axios' let HS = async (m, { conn, text }) => { if (!text) return conn.reply(m.chat, `❀ Ingresa un link de facebook`, m) try { let api = await axios.get(`https://mahiru-shiina.vercel.app/download/facebook?url=${text}`) let json = await api.data let { title, image, download:dl_url } = json.data await conn.sendMessage(m.chat, { video: { url: dl_url }, caption: title }, { quoted: m }) await conn.sendMessage(m.chat, { image: { url: image } }, { quoted: m }) } catch (error) { console.error(error) }} HS.command = ['fbdl', 'facebook'] export default HS