From 63c1d7966c9f423351beb3cfbe5cbe8e777e919c Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Thu, 20 Aug 2026 08:21:24 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d68166d..0b60fb3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # uploadBot A telegram bot in python which upload the photos on Google Drive in a group conversation. @@ -23,4 +25,4 @@ If you want your bot to upload every pictures on a group conversation (not only ## Start Now you can start the bot with `python3 botTG.py`. -Please note that the first time a photo will be uploaded, you will have to login to google. Your credentials will be saved for the next time in creds.txt and the login will be automatic. +Please note that the first time a photo will be uploaded, you will have to login to google. Your credentials will be saved for the next time in mycreds.txt and the login will be automatic.