ـ https://t.me/sython1/700
Are you intrigued by the world of robotics and technology? Do you have a passion for exploring new frontiers and pushing the boundaries of what is possible? If so, then look no further than 'Distant Lands' - a Telegram channel dedicated to the creation of robots designed to assist and benefit humanity. As a member of 'Distant Lands,' you are welcomed into a community of like-minded individuals who share a common interest in the development of innovative technologies. From cutting-edge robotic designs to practical applications in everyday life, this channel is your go-to source for all things related to the exciting world of robotics. One of the main focuses of 'Distant Lands' is on Telegram sessions, where members can engage in discussions, share ideas, and collaborate on new projects. Whether you are a novice or an expert in the field, there is something for everyone in this dynamic and engaging community. Join us on this journey to explore 'Distant Lands' - where the possibilities are endless, and the future is waiting to be shaped by the innovative minds of today. Become an accredited member and unlock a world of opportunities to learn, grow, and contribute to the exciting world of robotics. Welcome to 'Distant Lands' - where the future is now!
23 Jan, 23:47
23 Jan, 13:49
16 Jan, 23:48
16 Jan, 13:02
import telebot
import requests
from telebot import types
TOKEN = ""
bot = telebot.TeleBot(TOKEN)
headers = {
'authority': 'e3reb.com',
'accept': '*/*',
'accept-language': 'ar-EG,ar;q=0.9,en-US;q=0.8,en;q=0.7',
'content-type': 'application/json',
'origin': 'https://e3reb.com',
'referer': 'https://e3reb.com/',
'sec-ch-ua': '"Not-A.Brand";v="99", "Chromium";v="124"',
'sec-ch-ua-mobile': '?1',
'sec-ch-ua-platform': '"Android"',
'sec-fetch-dest': 'empty',
'sec-fetch-mode': 'cors',
'sec-fetch-site': 'same-origin',
'user-agent': 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36',
'x-wp-nonce': 'cabfd7724f',
}
@bot.message_handler(commands=['start'])
def wel(message):
welcom= (
"مرحباً بك في بوت إعراب الجمل!\n"
"يمكنك كتابة أي جملة وسأقوم بإعرابها لك.\n"
"اكتب الجملة التي تريد إعرابها وسأكون سعيداً بمساعدتك!"
)
markup = types.InlineKeyboardMarkup()
dev = types.InlineKeyboardButton("مطور البوت", url="https://t.me/katas")
markup.add(dev)
bot.send_message(message.chat.id, welcom, reply_markup=markup)
@bot.message_handler(func=lambda message: True)
def mes(message):
jsondata = {
'botId': 'default',
'customId': None,
'session': 'N/A',
'chatId': '7aypaespr96',
'contextId': 30,
'messages': [],
'newMessage': message.text,
'newFileId': None,
'stream': False,
}
response = requests.post('https://e3reb.com/wp-json/mwai-ui/v1/chats/submit', headers=headers, json=jsondata).json()
reply = response.get('reply', "لم يتم العثور على رد")
bot.reply_to(message, reply)
if __name__ == '__main__':
bot.infinity_polling()
14 Jan, 22:04
pip3 uninstall pyrogram && pip3 install -U kurigram
14 Dec, 20:53
20 Nov, 13:58
20 Nov, 10:20
16 Nov, 04:04
13 Nov, 06:43
12 Nov, 18:04
12 Nov, 10:49
10 Nov, 13:36
10 Nov, 04:34
09 Nov, 17:41
05 Nov, 10:24
04 Nov, 21:16
04 Nov, 17:29
04 Nov, 09:17
29 Oct, 22:45
29 Oct, 14:28
29 Oct, 12:42
27 Oct, 19:26
25 Oct, 23:41
24 Oct, 10:22
23 Oct, 12:00
22 Oct, 07:09
20 Oct, 14:59
import requests
xx = input('ادخل الرقم الامتحاني: ')
headers = {
'accept': 'application/json, text/javascript, */*; q=0.01',
'accept-language': 'en-US,en;q=0.9,ar;q=0.8',
'cache-control': 'no-cache',
'content-type': 'application/x-www-form-urlencoded; charset=UTF-8',
'origin': 'https://student-results.dirasat-gate.org',
'pragma': 'no-cache',
'priority': 'u=1, i',
'referer': 'https://student-results.dirasat-gate.org/',
'sec-ch-ua': '"Google Chrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"Windows"',
'sec-fetch-dest': 'empty',
'sec-fetch-mode': 'cors',
'sec-fetch-site': 'same-origin',
'user-agent': 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1',
'x-requested-with': 'XMLHttpRequest',
}
rx = requests.post('https://student-results.dirasat-gate.org/php/get_info.php', headers=headers, data={'ExamNo': xx}).json()
try:
nm = rx['name']
ch = rx['channel']
rs = rx['result']
print(f'مبروك تم قبولك عزيزي 🎉,\n- الأسم : {nm} .\n- الجامعة: {rs} .\n- قناة القبول: {ch} .\n- BY: @LLLTC .\n')
except:
print(rx['msg'])
19 Oct, 17:18
16 Oct, 00:19
09 Oct, 17:12
09 Oct, 15:10
08 Oct, 16:38
06 Oct, 20:22
03 Oct, 23:16
30 Sep, 23:27
09 Sep, 09:03
/dl
و بس08 Sep, 19:38
17 Aug, 12:45
save restricted » ex activate
(يتطلب تسجيل الدخول إلى حسابك).save restricted » ex activate
(requires logging into your account). 15 Aug, 01:15
16 Jul, 09:39
03 Jun, 20:24
16 Feb, 16:36
from telethon.sync import TelegramClient
from telethon import functions, types
from telethon.sessions import StringSession
api_id = ايبي ايدي
api_hash = "ايبي هاش"
session_name = "السيشن"
client = TelegramClient(StringSession(session_name), api_id, api_hash)
async def main():
await client.start()
me = await client.get_me()
print("username : ", me.username, "\n\n")
async for dialog in client.iter_dialogs():
if isinstance(dialog.entity, types.User) and dialog.entity.bot:
async for message in client.iter_messages(dialog.entity):
print("@"+dialog.entity.username)
break
await client.run_until_disconnected()
with client:
client.loop.run_until_complete(main())
from telethon.sync import TelegramClient
from telethon import functions, types
from telethon.sessions import StringSession
api_id = ايبي ايدي
api_hash = "ايبي هاش"
sessions = "سيشن هنا"
client = TelegramClient(StringSession(sessions), api_id, api_hash)
async def main():
await client.start()
i = ""
saved_messages = await client.get_messages("يوزر البوت هنا", limit=9999999)
for x in saved_messages:
i += f"\n{x.text}\n"
print(i)
await client.run_until_disconnected()
with client:
client.loop.run_until_complete(main())
07 Feb, 10:46
05 Feb, 09:48
11 Jan, 19:23
06 Jan, 13:15
03 Jan, 19:01
01 Jan, 10:08
import requests
Token = "توكنك"
chat_id = "ايدي قناتك أو كروبك"
message_id = "ايدي الرسالة"
emoji = "الايموجوي مثل ❤️🔥"
url = f"https://api.telegram.org/bot{Token}/setMessageReaction"
data = {
"chat_id": chat_id,
"message_id": message_id,
"reaction": [
{
'type': 'emoji',
'emoji': emoji
}
],
'is_big': False
}
response = requests.post(url, json=data)
print(response.json())
01 Jan, 07:38