Blog Post
عنوان المحادثة: في ربط مكتبة aiohttp مع تور
التاريخ: 08.12.2025 - 09.12.2025
التصنيف: 🧠 الذكاء الاصطناعي وتعلم الآلة
إجمالي الرسائل: 4 | ياسر: 2 | M: 2
M
self.batch_config = { "grocery": {"max_products": 25, "batches": 5, "batch_delay_minutes": 0.17}, "beauty": {"max_products": 25, "batches": 5, "batch_delay_minutes": 0.17}, "home": {"max_products": 20, "batches": 4, "batch_delay_minutes": 0.17}, "cleaning": {"max_products": 20, "batches": 4, "batch_delay_minutes": 0.17}, "used": {"max_products": 15, "batches": 3, "batch_delay_minutes": 0.17}, "saiydat": {"max_products": 15, "batches": 3, "batch_delay_minutes": 0.17}, "bestsellers": {"max_products": 15, "batches": 3, "batch_delay_minutes": 0.17}, "baby": {"max_products": 20, "batches": 4, "batch_delay_minutes": 0.17}, # ✅ غيّرت من 5 إلى 20 "fashion": {"max_products": 20, "batches": 4, "batch_delay_minutes": 0.17}, # ✅ غيّرت من 5 إلى 20 "electronics": {"max_products": 20, "batches": 4, "batch_delay_minutes": 0.17}, # ✅ غيّرت من 5 إلى 20 "sport": {"max_products": 15, "batches": 3, "batch_delay_minutes": 0.17}, # ✅ غيّرت من 5 إلى 15 "car": {"max_products": 10, "batches": 2, "batch_delay_minutes": 0.17}, # ✅ غيّرت من 5 إلى 10 "toys": {"max_products": 15, "batches": 3, "batch_delay_minutes": 0.17}, # ✅ غيّرت من 5 إلى 15 "crafts": {"max_products": 10, "batches": 2, "batch_delay_minutes": 0.17}, # ✅ غيّرت من 5 إلى 10}
09.12.2025 02:38