Skip to content

Instantly share code, notes, and snippets.

View manzxy's full-sized avatar
🏠
Working from home

manzxy manzxy

🏠
Working from home
View GitHub Profile
@manzxy
manzxy / qai.js
Created December 19, 2025 19:45
Uploaded via YogiriMD
/**
Fitur:["Qai"]
Sumber:["https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v"]
Sumber Scrape:["https://whatsapp.com/channel/0029VbBIgz1HrDZg92ISUl2M/185"]
**/
import axios from "axios"
import crypto from "crypto"
async function ask({ prompt, chatId = null, webSearch = false }) {
return new Promise(async (resolve, reject) => {
/**
Fitur:["Cici Ai"]
Sumber:["https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v"]
Sumber Scrape:["https://whatsapp.com/channel/0029VbANq6v0VycMue9vPs3u/569"]
**/
import axios from "axios"
import { randomUUID } from "crypto"
async function ciciai(question) {
if (!question) throw new Error("Question is required")
/**
Fitur:["Jadve ai"]
Sumber:["https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v"]
Sumber Scrape:["https://whatsapp.com/channel/0029Vb6fJGF89inkqqFB6g1b/108"]
**/
import https from 'https'
const MODELS = [
'gpt-5-mini',
'gpt-5-nano',
/**
Fitur:["PlayVid"]
Sumber:["https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v"]
Sumber Scrape:["Gatau , Kayaknya Si Punya Si bella yg bagian play"]
**/
Fitur:
import yts from 'yt-search';
import yt from '../lib/scrape/downloader/yt.js';
const QUALITIES = ['240p', '360p', '480p', '720p', '1080p'];
/**
Fitur:["TelergamChannel"]
Fungsi:["Untuk Mencari Sesuatu Di Channel Telegram"]
Sumber:["https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v"]
Sumber Scrape:["https://whatsapp.com/channel/0029Vaf07jKCBtxAsekFFk3i/4461"]
**/
Fitur:
const TelegramChannel = require("../../scrape/tools/telegramch");
module.exports = {
@manzxy
manzxy / ytdl
Created December 12, 2025 18:21
/**
Fitur:["Ytdl"]
Sumber:["https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v"]
Sumber Scrape:["https://whatsapp.com/channel/0029Vaf07jKCBtxAsekFFk3i/4561"]
**/
Fitur:
const yt = require("../../scrape/downloader/ytdl");
const yts = require("yt-search");
module.exports = {
/**
Fitur:["Banana/Nano"]
Sumber:["https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v"]
Sumber Scrape:["https://whatsapp.com/channel/0029VbAeMWdHFxP73goAZ23x/278"]
**/
Code:
const supaworkNano = require('../../scrape/ai/nano')
module.exports = {
help: ['banana <prompt>'],
/**
Fitur:["Glm Ai"]
Sumber:["https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v"]
Sumber Scrape:["https://whatsapp.com/channel/0029VbBJ58G05MUZcR2tN411/151"]
**/
Code:
const GLM = require("../../scrape/ai/glm.js");
const fs = require("fs");
const path = "./json/glm-config.json";
/**
Fitur:["Plugin Mc"]
Sumber:["https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v"]
Sumber Scrape:["https://whatsapp.com/channel/0029VaoJb11LikgEpNpBty0e/4032"]
**/
Code:
const { searchModrinth, getModrinthDetail } = require("../../scrape/search/modrinth.js")
let collector = {}
/**
Fitur:["Mediafire"]
Sumber:["https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v"]
Sumber Scrape:["https://whatsapp.com/channel/0029Vaf07jKCBtxAsekFFk3i/4476"]
Note:["When yah..:"]
**/
const axios = require("axios")
const MediaFireDownloader = require("../../scrape/downloader/mediafire.js")
module.exports = {