cookie

We use cookies to improve your browsing experience. By clicking «Accept all», you agree to the use of cookies.

avatar

𖤍Ꭰᥲʀκ•⁠‿⁠•нαc𝐤𝒔𖤍

https://t.me/+yDH5BYQiDiI4Mjg9 📌 hacking tools🧿 https://t.me/Dark_x_hacks 📌earning tips🪬 📌 Cracking course 🔮 📌 Giveaway 💣 📌 Hacking course👨‍💻

Show more
Advertising posts
934
Subscribers
No data24 hours
No data7 days
-430 days

Data loading in progress...

Subscriber growth rate

Data loading in progress...

Show all...
Join DOGS

Get rewarded with the most Telegram-native memecoin

Free internet method😍😍😍 Jisko chahiye dm kroo @psychobeast_07 It's 100% working
Show all...
Free internet method😍😍😍 100 reactions or 50 comments It's 100% working
Show all...
👍 4 2😁 1
Photo unavailable
Tinkle app premium redeem code drop😍😍😍
Show all...
Youtube Reel Downloader  Bjs❤️: ✨ 𝘾𝙤𝙢𝙢𝙖𝙣𝙙: /yt Answer:- *Enter Your Video Url To Download It* wait For Answer: *On* 🌀 𝘽𝙟𝙨:
HTTP.get({
    url:"https://ytvideo.apinepdev.workers.dev/?url="+encodeURI(message)+"", success: "/unyt"})


✨ 𝘾𝙤𝙢𝙢𝙖𝙣𝙙: /unyt 🌀 𝘽𝙟𝙨:
const chatActionParams = {
  chat_id: chat.chatid,
  action: "typing"
};

Api.sendChatAction(chatActionParams);

let myData;
let sendVideo = true;

try {
  myData = JSON.parse(content);
} catch (e) {
  sendVideo = false;
  console.error('JSON parsing error: ' + content);
  
}

if (sendVideo) {
  const videoUrl = myData.video_url || '';
  
  if (videoUrl) {
    const sendVideoParams = {
      chat_id: chat.chatid,
      video: videoUrl,
      caption: `🎬 Video downloaded with Love by @NEPCODER! 🌈`
    };

    Api.sendVideo(sendVideoParams);
  }
}

Api By @DEVSNP Also Code by Nepcoder Dev : NEP CODER @DEVSNP Published By : @DEVSNP Copyright ©️:@DEVSNP
Show all...
Facebook Reel And Video Downloader Bjs❤️: ✨ 𝘾𝙤𝙢𝙢𝙖𝙣𝙙: /fb Answer:- *Enter Your Video Url To Download It* wait For Answer: *On* 🌀 𝘽𝙟𝙨:
HTTP.get({
    url: "https://facebookdl.apinepdev.workers.dev/?url="+encodeURI(message)+"", success: "/unfb"})




✨ 𝘾𝙤𝙢𝙢𝙖𝙣𝙙: /unfb 🌀 𝘽𝙟𝙨:
const chatActionParams = {
  chat_id: chat.chatid,
  action: "typing"
};

Api.sendChatAction(chatActionParams);

let myData;
try {
  myData = JSON.parse(content);
} catch (e) {
  throw new Error('JSON parsing error: ' + content);
}

const hdLink = myData.hdlink || '';//Made By Nepcoder @Devsnp

if (hdLink) {
  const sendVideoParams = {
    chat_id: chat.chatid,
    video: hdLink,
    caption: `🎬 HD Video downloaded with Love by the Fantastic @Devsnp! 🌈`
  };

  Api.sendVideo(sendVideoParams);
}



Api By @DEVSNP Also Code by Nepcoder Dev : NEP CODER @DEVSNP Published By : @DEVSNP Copyright ©️:@DEVSNP
Show all...
Image Background Remover Bjs: ✨ 𝘾𝙤𝙢𝙢𝙖𝙣𝙙: /bg Answer:- *Enter Your Image Url To Remove Background Of It.* wait For Answer: *On* 🌀 𝘽𝙟𝙨:
Api.sendChatAction({
  chat_id: chat.chatid,
  action: "upload_photo"
})
HTTP.get({
    url: "https://backgroundremover.apinepdev.workers.dev/?imageurl="+encodeURI(message)+"", success: "/unbg"})


✨ 𝘾𝙤𝙢𝙢𝙖𝙣𝙙: /unbg 🌀 𝘽𝙟𝙨:
let myData;
try {
  myData = JSON.parse(content);
} catch (e) {  
  throw new Error('JSON parsing error: ' + content);
}

const imageUrls = myData.bgRemoved ? [myData.bgRemoved] : [];
const botName = 'Nepdevstoolbot'; // Made by Nepcoder @Devsnp

imageUrls.slice(0, 1).forEach((imageUrl, index) => {
  const photo = {
    photo: imageUrl,
    caption: `Background Removed By by @${botName} 💫`
  };

  Api.sendPhoto(photo);
});


Api By @DEVSNP Also Code by Nepcoder Dev : NEP CODER @DEVSNP Published By : @DEVSNP Copyright ©️:@DEVSNP
Show all...
Title:-Google Image Api php code🫥🫥🫥
<?php
//use in this fromat api.php?image=
if (isset($_GET['image'])) {
    $userAgent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36';
 //By @Devsnp
    $searchQuery = urlencode($_GET['image']); 
    $searchUrl = "https://www.google.com/search?q=$searchQuery&tbm=isch";
 //By @Devsnp
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $searchUrl);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($ch, CURLOPT_USERAGENT, $userAgent);
 //By @Devsnp
    $html = curl_exec($ch);
 //By @Devsnp
    curl_close($ch);
 //By @Devsnp
    preg_match_all('/<img[^>]+src="([^">]+)"/', $html, $matches);
    $imageUrls = $matches[1];

    $imageResults = array();

    foreach ($imageUrls as $imageUrl) {
        $imageResults[] = $imageUrl;
    }

    
    header('Content-Type: application/json');
echo json_encode($imageResults, JSON_UNESCAPED_SLASHES);

}
?>
Google Image Scraper Api.Code In Php❤️❤️😊 Use In Any Hosting👍 Api Url Format:-Api.php?image=imagename By @DEVSNP SHARE WITH CREDIT
Show all...
👍 1
🚀 Facebook Video & Reel Downloader API: Download Content with Ease! 🎥📥 API Purpose: 📲⬇️ Simplify the process of downloading Facebook videos and reels effortlessly. Designed to provide a seamless solution for integrating video and reel downloading functionality into various applications. Usage: - Utilize the "fdlapi.nepdevs.tech" endpoint to download a Facebook video or reel by providing the video URL. - Example: 🌐
 https://facebookdl.apinepdev.workers.dev/?url=https://facebook.com/example-videoorreelvideolink

Processing: ⚙️ Implements a user-friendly mechanism for downloading Facebook videos and reels swiftly and reliably. Enhance your application with the ability to fetch engaging content seamlessly. Response: 📁📤 Acquire the downloaded video or reel, enabling easy integration into your projects or applications. Developer: 🧑‍💻 Crafted by Nep Coder Join: @DEVSNP Enjoy and Enhance Your Projects! 😍 By @Devsnp --- Feel free to customize it based on your preferences and specifications.
Show all...
Choose a Different Plan

Your current plan allows analytics for only 5 channels. To get more, please choose a different plan.