This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Free Scrape Channel | |
| // https://whatsapp.com/channel/0029Vb6xGdD11ulNhYPtMt3j | |
| const axios = require('axios'); | |
| async function getInstaDetails(instaUrl) { | |
| const baseDomain = 'https://netdna-ssl.com'; | |
| const client = axios.create({ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Free Scrape Channel | |
| // https://whatsapp.com/channel/0029Vb6xGdD11ulNhYPtMt3j | |
| const axios = require("axios"); | |
| const cheerio = require("cheerio"); | |
| async function instaSaveDownloader(instaUrl) { | |
| try { | |
| if (!instaUrl.includes("instagram.com")) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Scraper | |
| const tempDir = path.join(__dirname, 'temp_spotify'); | |
| if (!fs.existsSync(tempDir)) fs.mkdirSync(tempDir); | |
| const fileName = `spotify_${Date.now()}.mp3`; | |
| const filePath = path.join(tempDir, fileName); | |
| async function downloadSpotify(url) { | |
| const targetApi = 'https://spotitrack.com/api/proxy/download'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Free Scrape Channel | |
| // https://whatsapp.com/channel/0029Vb6xGdD11ulNhYPtMt3j | |
| // WHITECREAM AI SCRAPER and CASE | |
| case "ai2": { | |
| await socket.sendMessage(sender, { react: { text: "✍️", key: msg.key } }); | |
| const text = args && args.length > 0 ? args.join(" ") : null; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Free Scrape Channel | |
| // https://whatsapp.com/channel/0029Vb6xGdD11ulNhYPtMt3j | |
| async function ytdl(youtubeUrl, format = "mp3", quality = "128k") { | |
| try { | |
| const headers = { | |
| "Content-Type": "application/json", | |
| "Origin": "https://ytmp3.gg", | |
| "Referer": "https://ytmp3.gg/", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Free Scrape Channel | |
| // https://whatsapp.com/channel/0029Vb6xGdD11ulNhYPtMt3j | |
| const axios = require('axios'); | |
| const { v4: uuidv4 } = require('uuid'); | |
| async function askNoteGPT(userInput) { | |
| const targetApi = 'https://notegpt.io/api/v2/chat/stream'; | |
| const randomId = uuidv4(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Free Scrape Channel | |
| // https://whatsapp.com/channel/0029Vb6xGdD11ulNhYPtMt3j | |
| // SPOTIFY SCRAPER | |
| const axios = require('axios'); | |
| async function getSpotifyDownloadLink(spotifyUrl, coverUrl) { | |
| try { | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Free Scrape Channel | |
| // https://whatsapp.com/channel/0029Vb6xGdD11ulNhYPtMt3j | |
| // YTMP3 SCRAPER | |
| const axios = require('axios'); | |
| async function getYouTubeMp3(youtubeUrl) { | |
| try { | |
| const videoId = youtubeUrl.split('be/')[1]?.split('?')[0] || youtubeUrl.split('v=')[1]?.split('&')[0]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Free Scrape Channel | |
| // https://whatsapp.com/channel/0029Vb6xGdD11ulNhYPtMt3j | |
| // Thanks to Agung | |
| const axios = require('axios'); | |
| async function scrapeFstiker(input) { | |
| let name = input.trim(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const axios = require("axios"); | |
| const https = require("https"); | |
| const fs = require("fs"); | |
| const FormData = require("form-data"); | |
| const sizeOptions = [ | |
| "1216x832", "1152x896", "1344x768", "1563x640", |
NewerOlder