feat: telegram webianr checker bot

This commit is contained in:
2025-11-26 22:12:03 +01:00
parent cb92bff0c5
commit d4e0e7f37a
3 changed files with 217 additions and 109 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM python:3.11-slim
WORKDIR /app
# Install dependencies
RUN pip install --upgrade pip && pip install playwright==1.56.0 redis requests
RUN pip install --upgrade pip && pip install playwright==1.56.0 redis requests "python-telegram-bot[job-queue]"
COPY checker.py .