Skip to content

Instantly share code, notes, and snippets.

View rizxyu's full-sized avatar
:shipit:
SevenSeven

Rizky Adi N. rizxyu

:shipit:
SevenSeven
View GitHub Profile
@rizxyu
rizxyu / youtube.js
Created October 9, 2024 13:40 — forked from Kaviaann/youtube.js
Youtube Downloader
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};
import yts from "yt-search";
@rizxyu
rizxyu / gemini_pro.js
Created September 15, 2024 08:31 — forked from ZTRdiamond/gemini_pro.js
Gemini pro completions
import axios from "axios";
/*
Created by https://github.com/ztrdiamond !
Source: https://whatsapp.com/channel/0029VagFeoY9cDDa9ulpwM0T
"Aku janji jika hapus watermark ini maka aku rela miskin hingga 7 turunan"
*/
async function gemini(options) {
try {
@rizxyu
rizxyu / vestia_zeta_ai.js
Created September 15, 2024 06:59 — forked from ZTRdiamond/vestia_zeta_ai.js
Roleplay with Vestia Zeta AI💖
import axios from "axios";
/*
Created by https://github.com/ztrdiamond !
Source: https://whatsapp.com/channel/0029VagFeoY9cDDa9ulpwM0T
"Aku janji jika hapus watermark ini maka aku rela miskin hingga 7 turunan"
*/
async function zeta(messages) {
try {