import telebot
from telebot.types import InlineKeyboardMarkup, InlineKeyboardButton, LabeledPrice
API_KEY = 'TOKEN'
bot = telebot.TeleBot(API_KEY)
admin_id = 'ID'
@bot.message_handler(commands=['start'])
def send_welcome(message):
markup = InlineKeyboardMarkup()
donate_button = InlineKeyboardButton("دعم صاحب البوت بـ 5 نجوم 🌟", callback_data="pay_5_stars")
markup.add(donate_button)
bot.send_message(
message.chat.id,
f"مرحباً {message.from_user.first_name}!\n\n"
"يمكنك دعم صاحب البوت بالتبرع بـ 5 نجوم عبر الزر أدناه:",
reply_markup=markup
)
@bot.callback_query_handler(func=lambda call: call.data == "pay_5_stars")
def process_donation(call):
prices = [LabeledPrice(label="5 نجوم", amount=5)]
bot.send_invoice(
chat_id=call.message.chat.id,
title="دعم صاحب البوت",
description="تبرع لدعم صاحب البوت بـ 5 نجوم",
provider_token="", # تركه فارغًا لأنك لا تحتاج إلى توكن مزود الدفع
currency="XTR", # العملة المستخدمة لنجوم تليجرام
prices=prices,
start_parameter="donation_5_stars",
invoice_payload="donation_5_stars"
)
@bot.pre_checkout_query_handler(func=lambda query: True)
def checkout(pre_checkout_query):
bot.answer_pre_checkout_query(pre_checkout_query.id, ok=True)
@bot.message_handler(content_types=['successful_payment'])
def got_payment(message):
bot.send_message(message.chat.id, "شكراً على تبرعك ودعمك بـ 5 نجوم! 🌟")
bot.send_message(admin_id, f"تم التبرع بنجاح من المستخدم: {message.from_user.first_name} "
f"(@{message.from_user.username})\nالمبلغ: 5 نجوم")
bot.polling()
كود دفع بنجوم تلكرام @LL_php
import time
def type_writer(text, speed=0.1):
for char in text:
print(char, end='', flush=True)
time.sleep(speed)
print()
type_writer("هلا بيك حمبي")
كود بسيط يخلي رسالة تضهر مثل شريط
👍1
ملفات Pydroid+php
import time def type_writer(text, speed=0.1): for char in text: print(char, end='', flush=True) time.sleep(speed) print() type_writer("هلا بيك حمبي") كود بسيط يخلي رسالة تضهر مثل شريط
تكدرون طوروها وتخلوها للبوتات تفيدكم ابوتات ذكاء اصطناعي
[Ahmed]، لا أحبك ولا أهتم لردك. اذهب وابحث عن شخص آخر لتعبر له عن مشاعرك، لأنني لست هنا لأقدم الحب أو الاهتمام. احترم وقتي ووفقك في العثور على شخص يستحق مشاعرك.
ايبي بحث بنترست ينطيك عنوان الصورة - رابط الصورة - وصف الصورة تكدر تسوي بوت مرتب فول .
https://tamtam.freewebhostmost.com/apipinterest.php?search=عنوان الصورة&number=عدد الصور
https://tamtam.freewebhostmost.com/apipinterest.php?search=عنوان الصورة&number=عدد الصور
🥰2👍1
ايبي صنع صورة بذكاء الاصطناعي بالنص العربي
كمثال
http://tamtam.freewebhostmost.com/api_img.php?text=ميسي
كمثال
http://tamtam.freewebhostmost.com/api_img.php?text=ميسي
🔥2👎1
ملفات Pydroid+php
ايبي صنع صورة بذكاء الاصطناعي بالنص العربي كمثال http://tamtam.freewebhostmost.com/api_img.php?text=ميسي
شنو السالفه جذبو عليه كلولي عاشت ايدك صخام
بوت رشق أعضاء تلي مربوط بموقع مجاني بثانيه وحد رشق ١٠الف مشترك تردون انزله
🔥8👍2❤🔥1👎1
ملفات Pydroid+php
بوت رشق أعضاء تلي مربوط بموقع مجاني بثانيه وحد رشق ١٠الف مشترك تردون انزله
اسف اشاقه وياكم اخوان بس هذا جان اختبار اشوفكم بشر لو اصنام لان كل مانزل منشور ماكو تعليقات 🤣
❤1👍1👏1
بيع حسابات تليكرام.zip
39.2 KB
ملف أرقام حسابات التليكرام بيع وشراء حسابات التليكرام تلقائي
طريقة تشغيل
#لاتنسى_ذكر_المصدر @LL_php
طريقة تشغيل
python3 main.py
#لاتنسى_ذكر_المصدر @LL_php
👍3❤1😁1