unrealon 2.0.25__tar.gz → 2.0.27__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. {unrealon-2.0.25 → unrealon-2.0.27}/MANIFEST.in +1 -4
  2. {unrealon-2.0.25/unrealon.egg-info → unrealon-2.0.27}/PKG-INFO +1 -1
  3. {unrealon-2.0.25 → unrealon-2.0.27}/pyproject.toml +1 -1
  4. unrealon-2.0.27/unrealon-driver/src/unrealon_installer/batch_templates/quick_run.bat.j2 +25 -0
  5. unrealon-2.0.27/unrealon-driver/src/unrealon_installer/batch_templates/start.bat.j2 +252 -0
  6. unrealon-2.0.27/unrealon-driver/src/unrealon_installer/batch_templates/test.bat.j2 +56 -0
  7. {unrealon-2.0.25 → unrealon-2.0.27/unrealon.egg-info}/PKG-INFO +1 -1
  8. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon.egg-info/SOURCES.txt +3 -0
  9. {unrealon-2.0.25 → unrealon-2.0.27}/LICENSE +0 -0
  10. {unrealon-2.0.25 → unrealon-2.0.27}/README.md +0 -0
  11. {unrealon-2.0.25 → unrealon-2.0.27}/setup.cfg +0 -0
  12. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/README.md +0 -0
  13. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/__init__.py +0 -0
  14. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/cli/__init__.py +0 -0
  15. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/cli/browser_cli.py +0 -0
  16. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/cli/cookies_cli.py +0 -0
  17. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/cli/interactive_mode.py +0 -0
  18. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/cli/main.py +0 -0
  19. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/core/__init__.py +0 -0
  20. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/core/browser_manager.py +0 -0
  21. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/dto/__init__.py +0 -0
  22. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/dto/bot_detection.py +0 -0
  23. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/dto/models/config.py +0 -0
  24. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/dto/models/core.py +0 -0
  25. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/dto/models/dataclasses.py +0 -0
  26. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/dto/models/detection.py +0 -0
  27. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/dto/models/enums.py +0 -0
  28. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/dto/models/statistics.py +0 -0
  29. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/managers/__init__.py +0 -0
  30. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/managers/captcha.py +0 -0
  31. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/managers/cookies.py +0 -0
  32. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/managers/logger_bridge.py +0 -0
  33. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/managers/page_wait_manager.py +0 -0
  34. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/managers/profile.py +0 -0
  35. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/managers/script_manager.py +0 -0
  36. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/stealth/__init__.py +0 -0
  37. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/stealth/bypass_techniques.py +0 -0
  38. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/stealth/manager.py +0 -0
  39. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/stealth/nodriver_stealth.py +0 -0
  40. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/stealth/playwright_stealth.py +0 -0
  41. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/stealth/scanner_tester.py +0 -0
  42. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-browser/src/unrealon_browser/stealth/undetected_chrome.py +0 -0
  43. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/__init__.py +0 -0
  44. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/config/__init__.py +0 -0
  45. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/config/environment.py +0 -0
  46. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/config/urls.py +0 -0
  47. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/enums/__init__.py +0 -0
  48. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/enums/events.py +0 -0
  49. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/enums/jobs.py +0 -0
  50. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/enums/status.py +0 -0
  51. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/enums/types.py +0 -0
  52. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/error_handling/__init__.py +0 -0
  53. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/error_handling/circuit_breaker.py +0 -0
  54. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/error_handling/error_context.py +0 -0
  55. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/error_handling/recovery.py +0 -0
  56. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/error_handling/retry.py +0 -0
  57. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/exceptions/__init__.py +0 -0
  58. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/exceptions/base.py +0 -0
  59. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/exceptions/communication.py +0 -0
  60. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/exceptions/driver.py +0 -0
  61. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/exceptions/proxy.py +0 -0
  62. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/exceptions/task.py +0 -0
  63. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/exceptions/validation.py +0 -0
  64. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/__init__.py +0 -0
  65. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/arq_context.py +0 -0
  66. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/arq_responses.py +0 -0
  67. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/authentication.py +0 -0
  68. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/base.py +0 -0
  69. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/bridge_stats.py +0 -0
  70. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/communication.py +0 -0
  71. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/connection_stats.py +0 -0
  72. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/driver.py +0 -0
  73. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/driver_details.py +0 -0
  74. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/logging.py +0 -0
  75. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/task.py +0 -0
  76. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/typed_responses.py +0 -0
  77. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/websocket/__init__.py +0 -0
  78. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/websocket/base.py +0 -0
  79. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/websocket/broadcast.py +0 -0
  80. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/websocket/config.py +0 -0
  81. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/websocket/driver.py +0 -0
  82. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/websocket/errors.py +0 -0
  83. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/websocket/heartbeat.py +0 -0
  84. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/websocket/logging.py +0 -0
  85. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/websocket/proxy.py +0 -0
  86. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/websocket/tasks.py +0 -0
  87. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/websocket/utils.py +0 -0
  88. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/models/websocket_session.py +0 -0
  89. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/monitoring/__init__.py +0 -0
  90. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/monitoring/alerts.py +0 -0
  91. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/monitoring/dashboard.py +0 -0
  92. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/monitoring/health_check.py +0 -0
  93. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/monitoring/metrics.py +0 -0
  94. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/utils/__init__.py +0 -0
  95. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/utils/time.py +0 -0
  96. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-core/src/unrealon_core/version.py +0 -0
  97. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/__init__.py +0 -0
  98. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/core_module/__init__.py +0 -0
  99. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/core_module/base.py +0 -0
  100. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/core_module/config.py +0 -0
  101. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/core_module/event_manager.py +0 -0
  102. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/core_module/protocols.py +0 -0
  103. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/core_module/registry.py +0 -0
  104. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/decorators/__init__.py +0 -0
  105. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/decorators/retry.py +0 -0
  106. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/decorators/schedule.py +0 -0
  107. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/decorators/task.py +0 -0
  108. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/decorators/timing.py +0 -0
  109. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/__init__.py +0 -0
  110. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/communication/__init__.py +0 -0
  111. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/communication/session.py +0 -0
  112. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/communication/websocket_client.py +0 -0
  113. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/core/__init__.py +0 -0
  114. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/core/config.py +0 -0
  115. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/core/driver.py +0 -0
  116. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/factory/__init__.py +0 -0
  117. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/factory/manager_factory.py +0 -0
  118. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/lifecycle/__init__.py +0 -0
  119. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/lifecycle/daemon.py +0 -0
  120. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/lifecycle/initialization.py +0 -0
  121. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/lifecycle/shutdown.py +0 -0
  122. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/monitoring/__init__.py +0 -0
  123. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/monitoring/health.py +0 -0
  124. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/utilities/__init__.py +0 -0
  125. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/utilities/logging.py +0 -0
  126. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/driver/utilities/serialization.py +0 -0
  127. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/managers/__init__.py +0 -0
  128. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/managers/base.py +0 -0
  129. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/managers/browser.py +0 -0
  130. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/managers/cache.py +0 -0
  131. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/managers/http.py +0 -0
  132. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/managers/logger.py +0 -0
  133. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/managers/proxy.py +0 -0
  134. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/managers/registry.py +0 -0
  135. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/managers/threading.py +0 -0
  136. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/managers/update.py +0 -0
  137. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/utils/__init__.py +0 -0
  138. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_driver/utils/time.py +0 -0
  139. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_installer/__init__.py +0 -0
  140. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_installer/browser_fixes.py +0 -0
  141. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_installer/core.py +0 -0
  142. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_installer/platform.py +0 -0
  143. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon-driver/src/unrealon_installer/templates.py +0 -0
  144. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon.egg-info/dependency_links.txt +0 -0
  145. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon.egg-info/entry_points.txt +0 -0
  146. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon.egg-info/requires.txt +0 -0
  147. {unrealon-2.0.25 → unrealon-2.0.27}/unrealon.egg-info/top_level.txt +0 -0
@@ -5,14 +5,11 @@ include pyproject.toml
5
5
  # Include all source files from submodules
6
6
  recursive-include unrealon-core/src *.py
7
7
  recursive-include unrealon-driver/src *.py
8
+ recursive-include unrealon-driver/src *.j2
8
9
 
9
10
  # Include all browser files including stealth .py files
10
11
  recursive-include unrealon-browser/src *.py
11
12
 
12
- # Exclude j2 templates from main unrealon package (they belong only in unrealon-driver)
13
- global-exclude *.j2
14
- recursive-exclude . *.j2
15
-
16
13
  # Exclude development files (but not stealth .pyc files)
17
14
  recursive-exclude unrealon-core *.pyc
18
15
  recursive-exclude unrealon-driver *.pyc
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unrealon
3
- Version: 2.0.25
3
+ Version: 2.0.27
4
4
  Summary: Enterprise-grade web scraping platform with AI-powered automation and real-time orchestration capabilities
5
5
  Author-email: UnrealOn Team <team@unrealon.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "unrealon"
7
- version = "2.0.25"
7
+ version = "2.0.27"
8
8
  description = "Enterprise-grade web scraping platform with AI-powered automation and real-time orchestration capabilities"
9
9
  authors = [
10
10
  {name = "UnrealOn Team", email = "team@unrealon.com"}
@@ -0,0 +1,25 @@
1
+ @echo off
2
+ REM {{ parser_name }} - Quick Run
3
+ REM Fast execution without menus
4
+
5
+ title {{ parser_name }} Quick Run
6
+
7
+ echo.
8
+ echo {{ parser_name }} - Quick Run Mode
9
+ echo {{ "=" * (parser_name|length + 20) }}
10
+ echo.
11
+
12
+ REM Setup environment
13
+ set PYTHONIOENCODING=utf-8
14
+ set PLAYWRIGHT_BROWSERS_PATH=0
15
+ set PYTHONUNBUFFERED=1
16
+
17
+ REM Apply platform fixes
18
+ python -c "from unrealon_installer.platform import apply_platform_fixes; apply_platform_fixes()" 2>nul
19
+
20
+ echo Starting quick test: 5 requests, 2 concurrent...
21
+ python main.py 5 2
22
+
23
+ echo.
24
+ echo Quick run completed!
25
+ pause
@@ -0,0 +1,252 @@
1
+ @echo off
2
+ REM {{ parser_name }} - Universal Windows Installer
3
+ REM Generated by UnrealOn Universal Installer v2.0.0
4
+
5
+ title {{ parser_name }} Parser
6
+
7
+ echo.
8
+ echo {{ parser_name }} Parser - Windows Edition
9
+ echo {{ "=" * (parser_name|length + 25) }}
10
+ echo UnrealOn Driver-based parser with universal installer
11
+ echo Browsers: {{ browsers_list }}
12
+ echo Proxy Support: {% if has_proxy %}Yes{% else %}No{% endif %}
13
+ echo.
14
+
15
+ REM Setup environment variables
16
+ set PYTHONIOENCODING=utf-8
17
+ set PLAYWRIGHT_BROWSERS_PATH=0
18
+ set PYTHONUNBUFFERED=1
19
+ set UNREALON_PARSER_NAME={{ parser_name }}
20
+
21
+ REM Apply UnrealOn platform fixes
22
+ python -c "from unrealon_installer.platform import apply_platform_fixes; apply_platform_fixes()" 2>nul
23
+
24
+ :main_menu
25
+ echo Main Menu:
26
+ echo.
27
+ echo [1] RUN PARSER (Quick Start)
28
+ echo [2] SETUP SYSTEM (First Time Setup)
29
+ echo [3] MANAGE BROWSERS (Install/Fix Browsers)
30
+ echo [4] MANAGE DEPENDENCIES (Install/Update Packages)
31
+ echo [5] SYSTEM STATUS (Check Installation)
32
+ echo [6] TROUBLESHOOTING (Fix Issues)
33
+ echo [7] HELP and INFO
34
+ echo [8] EXIT
35
+ echo.
36
+ set /p choice="Enter your choice (1-8): "
37
+
38
+ if "%choice%"=="1" goto run_parser
39
+ if "%choice%"=="2" goto setup_system
40
+ if "%choice%"=="3" goto manage_browsers
41
+ if "%choice%"=="4" goto manage_dependencies
42
+ if "%choice%"=="5" goto system_status
43
+ if "%choice%"=="6" goto troubleshooting
44
+ if "%choice%"=="7" goto help_info
45
+ if "%choice%"=="8" goto exit_script
46
+ goto main_menu
47
+
48
+ :run_parser
49
+ cls
50
+ echo.
51
+ echo {{ parser_name }} Parser - Run Mode
52
+ echo {{ "=" * (parser_name|length + 25) }}
53
+ echo.
54
+
55
+ echo Choose parsing mode:
56
+ echo [1] ONE-TIME mode (50 requests, 5 concurrent)
57
+ {% if has_persistent %}echo [2] PERSISTENT mode (continuous monitoring){% else %}REM [2] PERSISTENT mode not supported{% endif %}
58
+ echo [3] QUICK TEST (5 requests, 2 concurrent)
59
+ echo [4] PERFORMANCE TEST (100 requests, 10 concurrent)
60
+ echo [5] CUSTOM mode
61
+ echo.
62
+ set /p mode="Enter mode (1-5): "
63
+
64
+ if "%mode%"=="1" (
65
+ echo Starting ONE-TIME mode: 50 requests, 5 concurrent
66
+ python main.py 50 5
67
+ )
68
+ {% if has_persistent %}
69
+ if "%mode%"=="2" (
70
+ echo Starting PERSISTENT mode: continuous monitoring
71
+ python main.py 5 --persistent
72
+ )
73
+ {% endif %}
74
+ if "%mode%"=="3" (
75
+ echo Starting QUICK TEST: 5 requests, 2 concurrent
76
+ python main.py 5 2
77
+ )
78
+ if "%mode%"=="4" (
79
+ echo Starting PERFORMANCE TEST: 100 requests, 10 concurrent
80
+ set /p confirm="This will run 100 requests. Continue? (Y/N): "
81
+ if /i "%confirm%"=="Y" python main.py 100 10
82
+ )
83
+ if "%mode%"=="5" (
84
+ set /p args="Enter custom arguments: "
85
+ python main.py %args%
86
+ )
87
+
88
+ echo.
89
+ echo Press any key to return to main menu...
90
+ pause >nul
91
+ goto main_menu
92
+
93
+ :setup_system
94
+ cls
95
+ echo.
96
+ echo System Setup
97
+ echo =============
98
+ echo.
99
+ echo Installing Python dependencies...
100
+ pip install -r requirements.txt
101
+ echo.
102
+ echo Installing browsers...
103
+ playwright install chromium
104
+ echo.
105
+ echo Setup complete!
106
+ echo.
107
+ pause
108
+ goto main_menu
109
+
110
+ :manage_browsers
111
+ cls
112
+ echo.
113
+ echo Browser Management
114
+ echo ==================
115
+ echo.
116
+ echo [1] Install all browsers
117
+ echo [2] Install Chromium only
118
+ echo [3] Install Firefox only
119
+ echo [4] Check browser status
120
+ echo [5] Back to main menu
121
+ echo.
122
+ set /p browser_choice="Enter choice (1-5): "
123
+
124
+ if "%browser_choice%"=="1" playwright install
125
+ if "%browser_choice%"=="2" playwright install chromium
126
+ if "%browser_choice%"=="3" playwright install firefox
127
+ if "%browser_choice%"=="4" (
128
+ echo Checking browser status...
129
+ playwright --version
130
+ python -c "from playwright.sync_api import sync_playwright; print('Browsers OK')" 2>nul || echo "Browser check failed"
131
+ )
132
+ if "%browser_choice%"=="5" goto main_menu
133
+
134
+ echo.
135
+ pause
136
+ goto main_menu
137
+
138
+ :manage_dependencies
139
+ cls
140
+ echo.
141
+ echo Dependency Management
142
+ echo =====================
143
+ echo.
144
+ echo [1] Install/Update all dependencies
145
+ echo [2] Install production dependencies only
146
+ echo [3] Check dependency status
147
+ echo [4] Back to main menu
148
+ echo.
149
+ set /p dep_choice="Enter choice (1-4): "
150
+
151
+ if "%dep_choice%"=="1" (
152
+ pip install -r requirements.txt
153
+ pip install --upgrade unrealon
154
+ )
155
+ if "%dep_choice%"=="2" pip install -r requirements.txt
156
+ if "%dep_choice%"=="3" (
157
+ echo Checking dependencies...
158
+ pip list | findstr unrealon
159
+ python -c "import unrealon_driver; print('UnrealOn Driver:', unrealon_driver.__version__)" 2>nul || echo "UnrealOn Driver not found"
160
+ )
161
+ if "%dep_choice%"=="4" goto main_menu
162
+
163
+ echo.
164
+ pause
165
+ goto main_menu
166
+
167
+ :system_status
168
+ cls
169
+ echo.
170
+ echo System Status Check
171
+ echo ===================
172
+ echo.
173
+
174
+ echo Python Version:
175
+ python --version
176
+
177
+ echo.
178
+ echo Platform Information:
179
+ python -c "from unrealon_installer.platform import get_platform_info; import json; print(json.dumps(get_platform_info(), indent=2))" 2>nul || echo "Platform info not available"
180
+
181
+ echo.
182
+ echo UnrealOn Driver Status:
183
+ python -c "import unrealon_driver; print('Version:', unrealon_driver.__version__)" 2>nul || echo "UnrealOn Driver not installed"
184
+
185
+ echo.
186
+ echo Browser Status:
187
+ playwright --version 2>nul || echo "Playwright not installed"
188
+
189
+ echo.
190
+ echo Dependencies:
191
+ pip list | findstr -i "unrealon playwright requests"
192
+
193
+ echo.
194
+ pause
195
+ goto main_menu
196
+
197
+ :troubleshooting
198
+ cls
199
+ echo.
200
+ echo Troubleshooting Guide
201
+ echo =====================
202
+ echo.
203
+ echo Common issues and solutions:
204
+ echo.
205
+ echo 1. "ModuleNotFoundError: No module named 'unrealon_driver'"
206
+ echo Solution: Run "pip install -r requirements.txt"
207
+ echo.
208
+ echo 2. "Browser not found" errors
209
+ echo Solution: Run "playwright install chromium"
210
+ echo.
211
+ echo 3. "Permission denied" errors
212
+ echo Solution: Run as Administrator
213
+ echo.
214
+ echo 4. Proxy connection issues
215
+ echo Solution: Check proxy configuration in proxy_config.py
216
+ echo.
217
+ echo 5. SSL certificate errors
218
+ echo Solution: Platform fixes are applied automatically
219
+ echo.
220
+ echo Press any key to return to main menu...
221
+ pause >nul
222
+ goto main_menu
223
+
224
+ :help_info
225
+ cls
226
+ echo.
227
+ echo {{ parser_name }} Parser - Help and Information
228
+ echo {{ "=" * (parser_name|length + 25) }}
229
+ echo.
230
+ echo This is a UnrealOn Driver-based parser with the following features:
231
+ echo.
232
+ echo - Multi-concurrent API processing
233
+ echo - Browser automation with Playwright
234
+ echo - Proxy support (if configured)
235
+ echo - Cross-platform compatibility
236
+ {% if has_persistent %}echo - Persistent monitoring mode{% endif %}
237
+ echo - Automatic dependency management
238
+ echo.
239
+ echo Configuration:
240
+ echo {{ config_json }}
241
+ echo.
242
+ echo For more information, visit: https://github.com/unrealon
243
+ echo.
244
+ echo Press any key to return to main menu...
245
+ pause >nul
246
+ goto main_menu
247
+
248
+ :exit_script
249
+ echo.
250
+ echo Thank you for using {{ parser_name }} Parser!
251
+ echo.
252
+ exit /b 0
@@ -0,0 +1,56 @@
1
+ @echo off
2
+ REM {{ parser_name }} - System Test
3
+ REM Comprehensive system and functionality test
4
+
5
+ title {{ parser_name }} System Test
6
+
7
+ echo.
8
+ echo {{ parser_name }} - System Test
9
+ echo {{ "=" * (parser_name|length + 15) }}
10
+ echo.
11
+
12
+ REM Setup environment
13
+ set PYTHONIOENCODING=utf-8
14
+ set PLAYWRIGHT_BROWSERS_PATH=0
15
+ set PYTHONUNBUFFERED=1
16
+
17
+ echo [1/5] Testing Python environment...
18
+ python --version || (
19
+ echo ERROR: Python not found!
20
+ pause
21
+ exit /b 1
22
+ )
23
+
24
+ echo [2/5] Testing UnrealOn Driver...
25
+ python -c "import unrealon_driver; print('UnrealOn Driver version:', unrealon_driver.__version__)" || (
26
+ echo ERROR: UnrealOn Driver not installed!
27
+ echo Run: pip install -r requirements.txt
28
+ pause
29
+ exit /b 1
30
+ )
31
+
32
+ echo [3/5] Testing platform compatibility...
33
+ python -c "from unrealon_installer.platform import get_platform_info; print('Platform OK')" || (
34
+ echo ERROR: Platform compatibility issues!
35
+ pause
36
+ exit /b 1
37
+ )
38
+
39
+ echo [4/5] Testing browser availability...
40
+ playwright --version || (
41
+ echo ERROR: Playwright not installed!
42
+ echo Run: playwright install chromium
43
+ pause
44
+ exit /b 1
45
+ )
46
+
47
+ echo [5/5] Running parser test...
48
+ python main.py 1 1
49
+
50
+ echo.
51
+ echo {{ "=" * (parser_name|length + 15) }}
52
+ echo All tests completed successfully!
53
+ echo {{ parser_name }} is ready to use.
54
+ echo {{ "=" * (parser_name|length + 15) }}
55
+ echo.
56
+ pause
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unrealon
3
- Version: 2.0.25
3
+ Version: 2.0.27
4
4
  Summary: Enterprise-grade web scraping platform with AI-powered automation and real-time orchestration capabilities
5
5
  Author-email: UnrealOn Team <team@unrealon.com>
6
6
  License: MIT
@@ -134,6 +134,9 @@ unrealon-driver/src/unrealon_installer/browser_fixes.py
134
134
  unrealon-driver/src/unrealon_installer/core.py
135
135
  unrealon-driver/src/unrealon_installer/platform.py
136
136
  unrealon-driver/src/unrealon_installer/templates.py
137
+ unrealon-driver/src/unrealon_installer/batch_templates/quick_run.bat.j2
138
+ unrealon-driver/src/unrealon_installer/batch_templates/start.bat.j2
139
+ unrealon-driver/src/unrealon_installer/batch_templates/test.bat.j2
137
140
  unrealon.egg-info/PKG-INFO
138
141
  unrealon.egg-info/SOURCES.txt
139
142
  unrealon.egg-info/dependency_links.txt
File without changes
File without changes
File without changes