Skip to content

Instantly share code, notes, and snippets.

View Kayzen-dev-tech's full-sized avatar
💭
I may be slow to respond.

K ɪɴꜰɪɴɪᴛʏ Kayzen-dev-tech

💭
I may be slow to respond.
  • BAP Software
  • 11 Naitōmachi, Shinjuku City, Tokyo 160-0014, Jepang
  • 23:59 (UTC +09:00)
  • Joined Oct 30, 2025
View GitHub Profile
//Ini Scrape Nya Yah
import axios from "axios"
import * as cheerio from "cheerio"
async function dy(url) {
try {
const res = await axios.post(
"https://lovetik.app/api/ajaxSearch",
import axios from "axios"
import * as cheerio from "cheerio"
async function loveTik(url) {
const res = await axios.post(
"https://lovetik.app/api/ajaxSearch",
new URLSearchParams({ q: url, lang: "id" }),
{
headers: {
"content-type": "application/x-www-form-urlencoded; charset=UTF-8",
export default {
name: "sharecode",
category: "owner",
command: ["sharecode"],
settings: { owner: true },
run: async (conn, m) => {
try {
const newsletterList = [
"120363405017659214@newsletter", // ID channel utama
// ../scraper/anoboy.js
import axios from 'axios';
import * as cheerio from 'cheerio';
// Function to search for anime on Anoboy
export async function searchAnime(query) {
let { data } = await axios.get(`https://anoboy.li/?s=${query}`);
let $ = cheerio.load(data);
let results = [];
// const axios = require('axios');
import axios from 'axios';
async function openAI(prompt) {
let apiKey = [
'662413cf9b2e4a09b8175abf38853f1c',
'e7956e69c5634672982005bde27e9223',
'077cf44364ac4c32b8263482ef4371f1',
'53f034d6af90448eb08b9fd57306ca15',
'99fca1d1f66c49f19ff5d62a06c5469c',
import axios from 'axios'
async function animeFilter(image) {
return new Promise(async (resolve, reject) => {
axios("https://akhaliq-animeganv2.hf.space/api/queue/push/", {
headers: {
"Content-Type": "application/json",
"User-Agent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36"
},
data: {