•━𝐑𝐃𝐀⁽♔₎𝐏𝐇𝐏━•
رفتن به کانال در Telegram
محتوى القناة . ↜ قناه مختصه بتعليم برمجه البوتات والتطبيقات والمواقع ونشر بوتات تليجرام خدميه وتطبيقات مفيده ↝…🖤 المالك : رضوان الصلاحي مبرمج بوتات تلي @nninc .
نمایش بیشتر1 266
مشترکین
+2024 ساعت
+237 روز
+430 روز
آرشیو پست ها
1 266
♻️ بعض البوتات الجديدة ♻️
🔖︙- بوت تخمين يوزرات التليجرام @tss_bbot.
🔖︙- بوت انشاء ويب هوك @webIinkbot
🔖︙- بوت القران الكريم وعلومه @quran_lbot.
🔖︙- بوت سيرفر خدماتي @kindiservbot.
🔖︙- بوت اهمس لي المطور @H3MSAbot
🔖︙- بوت لعمل الويب هوك @webho_Kbot.
🔖︙- بوت حذف حسابك @delhsabbot.
🔖︙- بوت تعديل ملفات @ka12Fbot.
🔖︙- بوت تحويل صيغ @AO2_Kbot.
🔖︙- بوت زخرفة @ZHKINDIBOT.
🔖︙- زخرفة 2 @ZkindBot .
🔖︙- بوت الدعم @Kiindi_bot.
🔖︙- دعم 2 @Grooupllbot
🔖︙- بوت رشق @K1A2Fbot.
🔖︙- بوت حماية القنوات @n45bot
🔖︙- بوت قنوات حماية 2 @HCSHIBOT
🔖︙- بوت الحماية نيزك @NlZKbot
🔖︙- بوت اليوتيوب @Yout_obot
🔖︙- بوت تحميل @Youtub_3Bot
🔖︙- بوت الصور @N10CGbot
🔖︙- بوت ترجمة @TransIlateBot
🔖︙- ترجمة 2 @cod3BBot
🔖︙- بوت ادارة المنشورات @vy1Wbot
🔖︙- بوت حماية عملاق @alamIagbot
🔖︙- بوت انلاين @NSSARMbot
🔖︙- ملصقات @FWD48bot
🔖︙- تحميل 2 @tss_Xbot
🔖︙- تحميل تيك تيوك @L50FBOT
🔖︙- مسابقات @MKINDIBOT
🔖︙- كندي مساعد @Kindi_iBot
🔖︙- تواصل @ewnBot
ـ• ┉ • ┉ • ┉ • ┉ • ┉ •
📢 - القناة @LSS_E
ـ @IlHll
1 266
وهدا ملف بوت القرآن الكريم كامل بكل المميزات الي فبوتي بس بدون لوحة ادمن سووها من عندكم احسن 🤍🌸
بوت القرآن الكريم : 🤖@thkker_bot
1 266
كود بوت يخزن ايديهات المشتركين وتقدر تعمل اذاعة
(الاذاعة تتحمل 100 شخص فقط)
اذا تريد حل المشكلة خبرني
لإرسال الاذاعة استعمل امر /admin
التخزين بنظام json تقدر تغيره لtxt مراح يتأثر
import telebot
import json
bot = telebot.TeleBot("YOUR_TOKEN")
# create a list to store user ids
user_ids = []
@bot.message_handler(commands=['start'])
def handle_start(message):
user_id = message.from_user.id
if user_id not in user_ids:
user_ids.append(user_id)
# save user_ids to a json file
with open("user_ids.json", "w") as file:
json.dump(user_ids, file)
bot.send_message(message.chat.id, "Your id is saved.")
else:
bot.send_message(message.chat.id, "Your id is already saved.")
@bot.message_handler(commands=['admin'])
def handle_admin(message):
user_id = message.from_user.id
if user_id == 722086041:
bot.send_message(message.chat.id, "Welcome to the admin panel. Press the button to send message to all users.")
# create a button to send message to all users
send_message_button = telebot.types.InlineKeyboardButton("Send message", callback_data="send_message")
keyboard = telebot.types.InlineKeyboardMarkup()
keyboard.add(send_message_button)
bot.send_message(message.chat.id, "Press the button to send message to all users.", reply_markup=keyboard)
else:
bot.send_message(message.chat.id, "You are not authorized to access this panel.")
@bot.callback_query_handler(func=lambda call: call.data == "send_message")
def handle_send_message(call):
bot.send_message(call.from_user.id, "Please enter the message you want to send.")
bot.register_next_step_handler(call.message, send_message_to_all)
def send_message_to_all(message):
# load user_ids from json file
with open("user_ids.json", "r") as file:
user_ids = json.load(file)
for user_id in user_ids:
bot.send_message(user_id, message.text)
bot.send_message(message.chat.id, "Your message has been sent to all users.")
bot.polling()1 266
1 266
- ملف بوت لعبه البات 💍.
- لعبه بسيطه 🎮.
-------------------
- لغه البرمجه : Python - بايثون
- المطور : @xwab5
- المكاتب :
-
pyrogram
- random
----------------------
- ملاحظه : قم بتسجيل الدخول في هذا الموقع من شركه تيليجرام للمطورين :
https://my.telegram.org/apps
من ثم سوف تحصل على الـ api_id و الـ api_hash الخاص بك.
- بعدها قم بنسخ الـ api_id الخاص بك ولصقه في المتغير api_id.
- ونفس الحاله مع api_hash انسخه وقم بوضع ' ' من ثم الصق api_hash خاصتك في السطر 10 في المتغير api_hash هكذا :
api_id=id,
api_hash='hash',
بدل كلمه id ضع api_id الخاص بك.
وبدل hash ضع api_hash الخاص بك (ضع بين الـ ' ' اهم شيء).
وضع توكن بوتك في المتغير bot_token بدل توكن بوتي السطر 10.
----------------------
نعتذر عن الغياب الطويل بسبب اقتراب امتحانات نصف السنه التي سوف تبدا يوم 2023/1/21 وتنتهي يوم 2023/1/31 ، شكرا لتفهمكم 🙏🏻.1 266
ملف بوت وضع الوقت بلازرار ⚙
مثل : https://t.me/VvTVv2/2180
-
طريقه الاستخدام ;
1 - ادخل علملف وحط توكنك
2 - حط ايديك قناتك مع -100
3 - انشر رساله بلقناه واخذ ايدي الرساله وحطلها بلملف
4 - ارفع الملف ع استضافتك وانسخ الرابط
5 - ادخل ع هلبوت ( @cronjop213_bot ) وسوي كرون جوب لرابط ملفك
1 266
<?php
$num = $_GET["TEXT"];
$LAN = $_GET["TO"] ;
if($num and $LAN) {
$translate = json_decode(file_get_contents("https://hozory.com/translate/?target=$LAN&text=".urlencode($num)));
$ar = json_encode(
[
"text" => $translate->result->translate,
"voice_link" => $translate->result->Voice_link,
"comment"=>$translate->result->comment,
]
);
if($translate->status == "ok") {
Echo $ar ;
}
}
?>
// ايبي ترجمه جميع اللغات
#منقوله1 266
السلام عليكم ورحمه الله وبركاته شرح مقدم من:- صهيب الاسطوره شخصيا🇾🇪.)ˬ كيفيه حمايه حسابك التيليجرام من الحظر ركزˬ🙂👍🏻ˬ):-
الطريقه الاولة:- #احذر احذر احذر❌ياصديقي انتبه تبلغ بهذا الكود❗️ (((((
Peace be upon you we Talagram of programmers and enthusiasts Talagram want to tell you that this channel takfiri and it trades in drugs and sell illegal weapons this channel violate standards Talegram Please shut down the channel as soon a ))))) هذا الكود يقوم بحظر حسابات التيليجرام على طول🚯.
الطريقه الثانيه:- تروح إلى الاعدادات. ثم تضغط الخصوصية والأمان ثم تضغط المجموعات والقنوات ثم تختار لا أحد
هاذي طريقـه لحمايه حسابك التليجرام من الحظر✅)-
----------------------------------------------------1 266
اللهّم صل وسّلم على نبينا محُمد صلاة تغفر بهّا ذنوبنا وتفرج بهّا همومنا وتطِهر بهّا قلوبنا وتسْتجاب بهّا دعواتِنا.
وجمعة مباركة للجميع ❤.
1 266
كود يعطيك بروكسيات حقيقيه شغاله كل دقيقه البروكسيات تتحدث
قناة مبرمج الكود https://t.me/HackerOnion
<?php
$text=file_get_contents("https://github.com/BlackSnowDot/proxylist-update-every-minute/blob/main/http.txt");
preg_match_all('/js-file-line">(.*?)</s',$text,$hoda);
echo json_encode($hoda[1]);
1 266
يوجد رشق متابعين للبرامج الاتيه
* ¹- تلجرام *
* ²- انستقرام *
ـ كل 1000مشترك ب 2$
ـ الرشق ثابت عربي ضمان بدون نزول
للشراء @NNINC
1 266
1 266
ب النسبه للكود تسوي ملف ب اي اسم وتخلي صيغه الملف py. وتضيفه ببوت الاغاني مثلا او ببوت حمايه بايثون
ملاحظه لايحتاج اي مكاتب
1 266
- تطبيق محرر الاكواد و مدير الملفات 👑
————————————————
- تطبيق " MT Manager " احدث اصدار #⃣
- يد؏ـم جميع الاجهزة الحديثة وغيرها #⃣
- يعمل على تحرير التطبيقات و الملفات #⃣
- نسخة "" VIP """ مدفوعة لكم مجانا 💠
- تطبيق يبحث عنة الجميع #⃣
- التحديث : تحديث النسخة 2023 😈
- الحـجم : 17.8 ميجابايت ♾.
————————————————
@PHP967
1 266
import pyrogram
from pyrogram import Client, filters
from driver.filters import command
from pyrogram.types import Message
@Client.on_message(command(["قول", "ول"]) & ~filters.edited)
def echo(client, msg):
text = msg.text.split(None, 1)[1]
msg.reply(text)
كود امر قول بايثون1 266
Repost from Hacker onion
<?php
#استدعاء ملف المكتبه عبر include
include('hackeronion.php');
$json='
هنا كود json
';
$bot = new Bot();
echo $bot->setPostFields(['text' => $json,'language'=>'php'])->execute('json_to_code');
اکنون در دسترس! پژوهش تلگرام ۲۰۲۵ — مهمترین بینشهای سال 
