python
8 subscribers
2 photos
11 files
3 links
channel interested in programming languages such as Python
the creator : @DzDrD
Download Telegram
Channel created
بداية قناة جديدة
القديمة راحت بسبب .
سجلت خروج من الحساب والسيمكارت ماعندي مكسور .
قناتي القديمة : @iq_python
حسابي القديم :@DuDrD

حسابي الجديد : @DzDrD
عندك فكرة اكتبها .
-
#طوفان_الاقصى 🇵🇸
Please open Telegram to view this post
VIEW IN TELEGRAM
notes.py
2.3 KB
Bot code for adding notes and deleting notes, and this free version, and the paid version, in which when a new person enters, it sends you a message that there is a new person with the person’s hands, name, and username, and it includes blocking a person and unblocking a person, and when a person sends a message, the paid version transfers it to you with The price of 2 Iraqi Asia .
Communication account : @DzDrD
Currencyrate.py
1 KB
A bot for the price of digital currencies such as Bitcoin, Ethereum, and USDT. The free version is not the premium version. The paid version contains more than +39 types of digital currencies with their price, and the premium version includes the price of currencies with ascending and descendin .
@iqq_python - @DzDrD
-
ابرمجلك أي بوت حسب رغبتك بلغة بايثون بـ ب مكتبة telebot او كود بـ ب مكتبة telethon او ادوات صنع حسابات وهمية او صنع فيزات وهمية او أي فكرة تعجبك اسويلكاها

البوت كله ميزيد عن 2 أسيا
وغالبية البوتات الي تريد اسويلكاها متكلف اكثر من 2 أسيا يعني فقط 1 أسيا او 2 .

أما اذا بوت قوي فوك احتمال اكثر شي 3 - 5 أسيا .

الدفع ← رصيد أسيا سيل فقط .
تواصل : @DzDrD
دليل البرمجة : @iqq_python - @iq_python .
1.py
1.2 KB
Code Bot calculates for you the price of 1 dollar and 1 euro to the Iraqi dinar, and when you send a number, it calculates its price for you in dollars and euros (for example, when you send the number 8, it calculates it for you, in dollars it equals: 10486 and in euros it equals 11290), an old but beautiful idea.
Soon I will publish a very awesome bot code .
main.py
26.4 KB
كود بوت لعبة من سيربح المليون بـ ازرار شفافة بـ مكتبة ( Telebot )
بيها اكثر من 300 سؤال حلو وبسيط .
بيها رصيد كل ما تجاوب صحيح ينطيك 100 نقطة .
اذا وصل رصيدك 10000 نقطة تفوز ويصفر رصيدك ويرجعك لـ 0
حلوة وبسيطة وتعبت بيها

الملف قديم قبل تقريباً ( 3 اشهر او شهرين )
@iqq_python - @DzDrD
معلومات.py
1.9 KB
ملف بوت معلومات انستقرام
دز اليوزر ويدزلك المعلومات
توكنك سطر 5

ايديك سطر 9 من يدخل شخص يدزلك اسمه ومن تضغط عليه تدخل على حسابه و ايديه
ملف مرتب وكلش حلو

يدزلك المعلومات بهشكل ⬇️
Please open Telegram to view this post
VIEW IN TELEGRAM
1
import telebot
import requests
#@iqq_python - @DzDrD
bot = telebot.TeleBot("Token")
@bot.message_handler(func=lambda message: "تيك" in message.text)
def t(message):
url = message.text.split(" ")[1]
response = requests.get(f'https://tikwm.com/api/?url={url}')
if response.status_code == 200:
data = response.json()
music = data['data']['music']
vid = data['data']['play']
bot.send_video(message.chat.id, vid)

bot.infinity_polling()


كود بوت تحميل من تيك توك باقل التكاليف بدون اتصالات ولاشي .
👍2
import telebot

bot = telebot.TeleBot("Token",parse_mode="markdown")

@bot.message_handler(func=lambda message: True)
def s(message):
if message.reply_to_message:
r = message.reply_to_message
text = message.text.lower()
if "اسمه" in text:
n = r.from_user.first_name
bot.reply_to(message,f"اسمه : {n}")
if "ايديه" in text:
id = r.from_user.id
bot.reply_to(message,f"ايديه :
{id}")
if "يوزره" in text:
u = r.from_user.username
bot.reply_to(message,f"يوزره : @{u}")
if "معلوماته" in text:
n = r.from_user.first_name
id = r.from_user.id
u = r.from_user.username
bot.reply_to(message, f"اسمه : {n} \n ايديه : {id} \n يوزره : @{u}")

bot.infinity_polling()


كود بوت من ترد على شخص بـ اسمه يرسلك اسمه
ومن ترد بـ ايديه يرسلك ايديه
ومن ترد بـ يوزره يرسلك يوزره
ومن ترد بـ معلوماته يرسلك معلومات الي هي اليوزر والايدي والاسم
لازم ترد على شخص .
توفى عمي
انا لله وانا اليه راجعون
شنو انجازاتك لسنة 2023 ‼️
جاوب ⬇️
Please open Telegram to view this post
VIEW IN TELEGRAM
-
1 يناير
اول شخص انشره كود يخلي البوت يسوي ريأكشن على رسالة محدد ⚠️
import requests
Token = "توكنك"
chat_id = "ايدي قناتك أو كروبك"
message_id = "ايدي الرسالة"
emoji = "الايموجوي مثل ❤️‍🔥"

url = f"https://api.telegram.org/bot{Token}/setMessageReaction"
data = {
f"chat_id": chat_id,
f"message_id": message_id,
"reaction": [
{
'type': 'emoji',
f'emoji': emoji
}
],
'is_big': False
}

response = requests.post(url, json=data)

print(response.json())

تنشر اذكر مصدر -
ـ @S_Y_V 👀
ـ @Session_Hack ‼️
Please open Telegram to view this post
VIEW IN TELEGRAM
❤‍🔥1
ترجمةة.py
875 B
Ar 🇮🇶
كود بوت ترجمة الى 5 لغات الي هي
الانكليزية ، الفرنسية ، العربية ، الصينية ، التركية
من تدزله كلمة راح يدزلك معناها بهذة اللغات بدون Api بـ مكتبة ( googletrans )
-
En 🇬🇧
Code bot translated into 5 languages
English, French, Arabic, Chinese, Turkish
Whoever enters a word, it will provide you with its meaning in these languages without the API using the ( googletrans ) .

@iqq_python - @DuDrD