From 9d3004f5a9d9fc7251ae3d92431a27991b9a5bfe Mon Sep 17 00:00:00 2001 From: theissenm Date: Mon, 16 Sep 2024 17:38:00 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1dcd0d..b72df2e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # Telegram_Image-Watchdog -Watches a directory for a new image. +Watches a directory for a new image. When it finds a new image it sends it to the group. -pip install watchdog -pip install pyTelegramBotAPI -pip install opencv-python +pip install watchdog pyTelegramBotAPI opencv-python Create a file named config_bot.py with the following variables set.