From 91f156f559d27102af14f2a21940d1399a880f62 Mon Sep 17 00:00:00 2001 From: Santhupodili <99010597+Santhupodili@users.noreply.github.com> Date: Sat, 26 Feb 2022 14:00:43 +0530 Subject: [PATCH 1/2] Update Data.py --- Data.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Data.py b/Data.py index 0041713..6ecb308 100644 --- a/Data.py +++ b/Data.py @@ -1,7 +1,20 @@ from pyrogram.types import InlineKeyboardButton - +import random class Data: + #start Pic + photo=random.choice(ALL_PIC), + ALL_PIC = [ + "https://te.legra.ph/file/28f95b221efbefede9988.jpg", + "https://telegra.ph/file/290e055a47df326b6e908.jpg", + "https://telegra.ph/file/4a2c348dc10f4799ecc23.jpg", + "https://telegra.ph/file/e5d14734cc62fb45ebb80.jpg", + "https://telegra.ph/file/52771fab9aa447154ecfd.jpg", + "https://telegra.ph/file/28af6e4d2f6c9849ccd8e.jpg", + "https://telegra.ph/file/de94973a185e70e207363.jpg", + "https://telegra.ph/file/c2ff65c5f7ddbb6a52170.jpg" +] + # Start Message START = """ Halo {} From 2e27f17d306f50cfa8f46c02124ae00c1a047cd2 Mon Sep 17 00:00:00 2001 From: Santhupodili <99010597+Santhupodili@users.noreply.github.com> Date: Sat, 26 Feb 2022 14:01:39 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fbad4a..7e158d1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Telegram bot to generate pyrogram and telethon string session. ### Deploy to Heroku -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Skyzu/StringSky) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Santhupodili/StringSky.git) 1. Tap on above button and fill `API_ID`, `API_HASH`, `BOT_TOKEN` (and `MUST_JOIN`). 2. Then tap "Deploy App" below it. Wait till deploying is complete (will take atmost 2 minutes).