From d1783341d582cc188b699aa620ff11d4dc9b3bb5 Mon Sep 17 00:00:00 2001 From: mhdzumair Date: Mon, 30 Dec 2024 14:13:33 +0530 Subject: [PATCH] Improve Contribution torrents import workflow and add Telegram notifications Implemented support for sports content, including metadata collection, validation, and episode file annotation logic with modal dialogs for detailed input. Added a Telegram bot for notifications regarding new contributions. --- resources/html/scraper.html | 172 ++++++++++++-- resources/js/scraperControl.js | 397 +++++++++++++++++++++++++++------ scrapers/routes.py | 172 +++++++++++--- utils/telegram_bot.py | 119 ++++++++++ 4 files changed, 739 insertions(+), 121 deletions(-) create mode 100644 utils/telegram_bot.py diff --git a/resources/html/scraper.html b/resources/html/scraper.html index d187d04..2a84561 100644 --- a/resources/html/scraper.html +++ b/resources/html/scraper.html @@ -41,17 +41,89 @@