Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion Data.py
Original file line number Diff line number Diff line change
@@ -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 {}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down