Skip to content

Instantly share code, notes, and snippets.

View kajju027's full-sized avatar
πŸ’Έ

ꕢᴀʏᴀɴ ᴏᴀΙͺ 🌐 kajju027

πŸ’Έ
View GitHub Profile
const { bot, sleep } = require("../lib");
bot(
{
pattern: "joke ?(.*)",
fromMe: true,
desc: "get a random joke",
type: "all"
},
async (message) => {
const response = await fetch(
// adaptado de https://github.com/BrunoSobrino/TheMystic-Bot-MD/blob/master/plugins/adult-xnxxsearch.js y https://github.com/BrunoSobrino/TheMystic-Bot-MD/blob/master/plugins/adult-xnxxdl.js
const axios = require('axios');
const cheerio = require('cheerio');
const { bot } = require('../lib');
class XXXHandler {
constructor() {
this.baseUrl = 'https://www.xnxx.com';
}
@kajju027
kajju027 / cplay.js
Last active November 28, 2025 16:46 — forked from mistershubhamkumar/cplay.js
🎢 No description? πŸ˜… Ohkay ohkay... Fast response powered by David Cyril’s API ⚑️ β€” Made by Corex with πŸ’™
// Created by Corex with πŸ’™
// github.com/Corex24
// t.me/corex2410
const { bot } = require('../lib/')
const fetch = (...args) =>
@kajju027
kajju027 / dla.js
Created August 30, 2025 18:14 — forked from mistershubhamkumar/dla.js
Download Everything, YT-DLP and CURL - DownLoadAll.
// MR. De la Comunidad para la Comunidad. Prohibida su Venta.
// El Software se proporciona bajo los tΓ©rminos de la Licencia MIT, excepto que usted no puede:
// 1. Vender, revender o arrendar el Software.
// 2. Cobrar a otros por el acceso, la distribuciΓ³n o cualquier otro uso comercial del Software.
// 3. Usar el Software como parte de un producto comercial o una oferta de servicio.
// v19 Limite Playlist en MP3. Change curl t wget
const fs = require('fs').promises;
const path = require('path');
const os = require('os');
@kajju027
kajju027 / cplay.js
Last active December 1, 2025 18:57 — forked from Corex24/cplay.js
🎢 No description? πŸ˜… Ohkay ohkay... Fast response powered by David Cyril’s API ⚑️ β€” Made by Corex with πŸ’™
//Create by Corex with πŸ’™
//github.com/Corex24
//t.me/corex2410
const { bot } = require('../lib/')
const fetch = (...args) => import('node-fetch').then(({ default: fetch }) => fetch(...args))
@kajju027
kajju027 / dla.js
Last active November 16, 2025 05:55 — forked from weskerty/dla.js
Download Everything, YT-DLP and CURL - DownLoadAll.
// dla.js is a complement to LevanterBot: https://github.com/lyfe00011/levanter
// Copyright (C) 2025 Weskerty
//
// Este programa se distribuye bajo los tΓ©rminos de la Licencia PΓΊblica General Affero de GNU (AGPLv3).
// Usted puede usarlo, modificarlo y redistribuirlo bajo esa licencia.
// Este software se proporciona SIN GARANTÍA alguna.
// Licencia completa: https://www.gnu.org/licenses/agpl-3.0.html
const fs = require('fs').promises;