PHP
554 subscribers
69 photos
19 videos
90 files
76 links
Director:
Download Telegram
Bot uchun insta downloader funksiyasi shunchaki kodni copy qib kodizmi luboy bir qismiga qoyasiz ishlayveradi

Manba: @ACode_UI
$update = json_decode(file_get_contents("php://input"));
$message = $update->message;
$chat_id = $message->chat->id;
$text = $message->text;

if(strpos($text, "instagram")!==false){
$instagramUrl = $text;
$apiUrl = 'https://cvt.su/v2/instagram/index.php/' . urlencode($instagramUrl);
# curl orqali API so'rovni jo'natish
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $apiUrl);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); #So'rov natijasini olish
$response = curl_exec($ch);
curl_close($ch);
# JSON formatidagi natijani array ga o'girish
$result = json_decode($response, true);
# Natijalarni korsatish:
if (isset($result['download_link'])) {
bot(sendVideo, [
chat_id => $chat_id,
video => $result['download_link'],
caption => "Muvaffaqqiyatli yuklab olindi"
]);
} else {
bot(sendMessage,
chat_id => $chat_id,
text => "video topilmadi"
]);
}
}
# by @winistorm 🦅 ft @ACode_UI
# insta: reels, stories, IGTV hulas hamasini yukledi.
?>
👍2
PHP
Photo
5G-New-Invest-SC.zip
80.1 MB
👍1
Agar kanal azolari 1.5k beznakrutka kotarilsa shuni kodini tashayman
Live stream started
@E_URLbot.zip
2.7 MB
Vada berganday admin paneli bor Bot token va APi key @E_URLBOT dan qoʻyasiz boʻldi.PHP MySql da ishladi.Yaxshi kod.

🥲 Shuncha mexnat qadri manbaga tegmang qolsin.
🔥 Manba - @Webstile
🍃 ByDev -
@Reladevuz
👍4
Trader_VIP_AI-V2.zip
122.2 MB
👍3
bot.php
25.1 KB
updatet code
demo: @instatunesbot
Apiseeenbot.zip
3.9 MB
Manba: @phpsuz || @iskandarNet
Tarqalganlar ham bor
Tarqalmgank ham menda yngi yilga sovgʻa kodlar chopilgan.SQL malumotlar ham bor.
Shunga yarasha manba bilna olayik
👍1
☄️ Oʻz saytingizda Treding maʼlumotlarini koʻrsatish uchun kod

<!-- TradingView Widget BEGIN --> <div class="tradingview-widget-container"> <div class="tradingview-widget-container__widget"></div> <div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/" rel="noopener nofollow" target="_blank"><span class="blue-text">Track all markets on TradingView</span></a></div> <script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-symbol-overview.js" async> { "symbols": [ [ "Apple", "AAPL|1D" ], [ "Google", "GOOGL|1D" ], [ "Microsoft", "MSFT|1D" ] ], "chartOnly": false, "width": "100%", "height": "100%", "locale": "en", "colorTheme": "light", "autosize": true, "showVolume": false, "showMA": false, "hideDateRanges": false, "hideMarketStatus": false, "hideSymbolLogo": false, "scalePosition": "right", "scaleMode": "Normal", "fontFamily": "-apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif", "fontSize": "10", "noTimeScale": false, "valuesTracking": "1", "changeMode": "price-and-percent", "chartType": "area", "maLineColor": "#2962FF", "maLineWidth": 1, "maLength": 9, "headerFontSize": "medium", "lineWidth": 2, "lineType": 0, "dateRanges": [ "1d|1", "1m|30", "3m|60", "12m|1D", "60m|1W", "all|1M" ] } </script> </div> <!-- TradingView Widget END -->


👀 Buni shunchaki kodingizga qoʻshib olasiz

🌐 @ACode_UI

Bitta stars bosvorila
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3
bot.js
1.8 KB
@instanodebot

install packages
npm install node-telegram-bot-api
npm install node-telegram-bot-api axios
install package forever
npm install -g forever
bu paket botingiz doimiy ishlashi uchun hatto terminal yopilgandaham
keyin
forever start bot.js

@PHPsLab
🔥3👍1