بوت تليجرام احترافي متعدد الوظائف مع ذكاء اصطناعي متقدم This repo was cloned from developer Raven
24xRaven Bot هو بوت تليجرام احترافي مطور بلغة Python يوفر مجموعة متنوعة من الخدمات المتقدمة:
| الميزة | الوصف |
|---|---|
| توليد الصور بالذكاء الاصطناعي | استخدام نموذج FLUX.1-schnell من Hugging Face |
| البحث المتقدم عن الأرقام | معلومات تفصيلية عن أي رقم هاتف |
| تحليل IP والدومينات | معلومات جغرافية وتقنية شاملة |
| نظام إحصائيات متقدم | تتبع المستخدمين والنشاط |
- استخدام نموذج FLUX.1-schnell المتقدم
- جودة عالية (1024x1024)
- سرعة توليد فائقة
- دعم الأوصاف بالعربية والإنجليزية
- معلومات الموقع الجغرافي
- اسم المشغل
- نوع الخط (موبايل/أرضي)
- روابط مباشرة لـ WhatsApp و Telegram
- الموقع الجغرافي الدقيق
- معلومات الشبكة (ISP, AS)
- إرسال الموقع على الخريطة
- رابط Google Maps مباشر
- تثبيت تلقائي للمكتبات
- معالجة متعددة الخيوط (Threading)
- رسائل انتظار تفاعلية
- نظام تتبع المستخدمين
- إشعارات فورية للمطور
- Python 3.8 أو أحدث
- حساب Telegram Bot (من @BotFather)
- Hugging Face API Token
- استنساخ المشروع
git clone https://github.com/hsh34811-hash/24xRaven-Bot.git
cd 24xRaven-Bot- تثبيت المكتبات
pip install -r requirements.txt- إعداد البوت
- افتح ملف
bot.py - غير
TOKENبتوكن البوت الخاص بك - غير
OWNER_IDبرقم ID الخاص بك - غير
HF_TOKENبتوكن Hugging Face
- تشغيل البوت
python raven_bot.py- ابحث عن البوت على Telegram
- اضغط
/start - اختر الخدمة المطلوبة من القائمة
| الأمر | الوصف | الصلاحية |
|---|---|---|
/start |
بدء البوت وعرض القائمة الرئيسية | الجميع |
/stats |
عرض إحصائيات البوت | المطور فقط |
- اختر "🎨 توليد صور AI"
- اكتب وصف الصورة
- انتظر التوليد (5-10 ثواني)
- اختر "📱 البحث بالرقم"
- أدخل الرقم بالصيغة الدولية (+201234567890)
- احصل على المعلومات الكاملة
- اختر "🌐 معلومات IP/Domain"
- أدخل IP أو Domain
- احصل على الموقع والمعلومات
pyTelegramBotAPI>=4.14.0
requests>=2.31.0
phonenumbers>=8.13.0
huggingface-hub>=0.20.0
Pillow>=10.0.0TOKEN = "YOUR_BOT_TOKEN" # توكن البوت من BotFather
OWNER_ID = YOUR_TELEGRAM_ID # رقم ID الخاص بك
HF_TOKEN = "YOUR_HF_TOKEN" # توكن Hugging Face
MODEL_ID = "black-forest-labs/FLUX.1-schnell" # نموذج الصور- سجل في Hugging Face
- اذهب إلى Settings → Access Tokens
- أنشئ توكن جديد
- انسخه في
HF_TOKEN
لقطات الشاشة ستضاف قريباً
المساهمات مرحب بها! إذا كنت تريد المساهمة:
- Fork المشروع
- أنشئ فرع جديد (
git checkout -b feature/AmazingFeature) - Commit التغييرات (
git commit -m 'Add some AmazingFeature') - Push للفرع (
git push origin feature/AmazingFeature) - افتح Pull Request
هذا المشروع مرخص تحت رخصة MIT - انظر ملف LICENSE للتفاصيل.
Copyright © 2026 ✘ 𝙍𝘼𝙑𝙀𝙉 - All Rights Reserved
- Overview
- Features
- Installation
- Usage
- Commands
- Requirements
- Configuration
- Contributing
- License
- Contact
24xRaven Bot is a professional Telegram bot developed in Python that provides a variety of advanced services:
| Feature | Description |
|---|---|
| AI Image Generation | Using FLUX.1-schnell model from Hugging Face |
| Advanced Phone Number Search | Detailed information about any phone number |
| IP/Domain Analysis | Comprehensive geographic and technical information |
| Advanced Statistics System | User and activity tracking |
- Using advanced FLUX.1-schnell model
- High quality (1024x1024)
- Ultra-fast generation
- Support for Arabic and English descriptions
- Geographic location information
- Carrier name
- Line type (mobile/landline)
- Direct links to WhatsApp and Telegram
- Precise geographic location
- Network information (ISP, AS)
- Send location on map
- Direct Google Maps link
- Automatic library installation
- Multi-threading processing
- Interactive waiting messages
- User tracking system
- Instant developer notifications
- Python 3.8 or newer
- Telegram Bot account (from @BotFather)
- Hugging Face API Token
- Clone the project
git clone https://github.com/hsh34811-hash/24xRaven-Bot.git
cd 24xRaven-Bot- Install dependencies
pip install -r requirements.txt- Configure the bot
- Open
raven_bot.pyfile - Change
TOKENto your bot token - Change
OWNER_IDto your ID number - Change
HF_TOKENto your Hugging Face token
- Run the bot
python raven_bot.py- Search for the bot on Telegram
- Press
/start - Choose the desired service from the menu
| Command | Description | Permission |
|---|---|---|
/start |
Start the bot and display main menu | Everyone |
/stats |
Display bot statistics | Developer only |
pyTelegramBotAPI>=4.14.0
requests>=2.31.0
phonenumbers>=8.13.0
huggingface-hub>=0.20.0
Pillow>=10.0.0TOKEN = "YOUR_BOT_TOKEN" # Bot token from BotFather
OWNER_ID = YOUR_TELEGRAM_ID # Your ID number
HF_TOKEN = "YOUR_HF_TOKEN" # Hugging Face token
MODEL_ID = "black-forest-labs/FLUX.1-schnell" # Image modelContributions are welcome! If you want to contribute:
- Fork the project
- Create a new branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Copyright © 2026 ✘ 𝙍𝘼𝙑𝙀𝙉 - All Rights Reserved