add booru image search

This commit is contained in:
Owl 2025-01-05 00:00:42 +07:00
parent 2a98b55b8d
commit f8051314cc
17 changed files with 1161 additions and 75 deletions

8
Dockerfile.tgbot Normal file
View file

@ -0,0 +1,8 @@
FROM python:3.11
COPY tgbot tgbot
COPY bot.py bot.py
RUN pip install -r tgbot/requirements.txt
CMD python3 bot.py