rename AWB to Bot and enhance captcha handling logic

This commit is contained in:
2026-07-02 21:23:51 +03:00
parent f397916816
commit fa59cccd5a
6 changed files with 19 additions and 16 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ logger = logging.getLogger(__name__)
async def main():
logger.info("Initializing AWB...")
logger.info("Initializing Bot...")
# Initialize Bot instance with default HTML parsing mode
bot = Bot(
@@ -75,4 +75,4 @@ if __name__ == "__main__":
try:
asyncio.run(main())
except (KeyboardInterrupt, SystemExit):
logger.info("AWB execution stopped.")
logger.info("Bot execution stopped.")