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
2 changes: 2 additions & 0 deletions Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@
MUST_JOIN = ""
if MUST_JOIN.startswith("@"):
MUST_JOIN = MUST_JOIN[1:]
cd StringSessionBot
Python3 generator.py
13 changes: 6 additions & 7 deletions Data.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ class Data:
START = """
Halo {}

Selamat datang {}

Jika kamu tidak percaya bot ini,
1) gausah baca pesan ini
2) blokir bot atau delete chat

Bot ini Bekerja Untuk Membantu Kamu Mendapatkan String Session Via Bot. Rekomendasi Jika Ingin Mengambil String Gunakan Akun Lain, Agar Tidak Delay. Terimakasih
By @skyzu
By @Shockingshoda
"""

# Home Button
Expand All @@ -29,12 +28,12 @@ class Data:
# Rest Buttons
buttons = [
[InlineKeyboardButton("sᴛᴀʀᴛ ɢᴇɴᴇʀᴀᴛɪɴɢ sᴇssɪᴏɴ", callback_data="generate")],
[InlineKeyboardButton("ᴍᴀɪɴᴛᴀɴᴇᴅ ʙʏ​", url="https://t.me/skyzu")],
[InlineKeyboardButton("ᴍᴀɪɴᴛᴀɴᴇᴅ ʙʏ​", url="https://t.me/Metamorfozaid")],
[
InlineKeyboardButton("ʜᴏᴡ ᴛᴏ ᴜsᴇ ᴍᴇ​​", callback_data="help"),
InlineKeyboardButton("ᴀʙᴏᴜᴛ​", callback_data="about")

],
[InlineKeyboardButton("ɪɴꜰᴏ ʙᴏᴛ ʟᴀɪɴɴʏᴀ​", url="https://t.me/ProjectSkyzu")],
[InlineKeyboardButton("Channel Support​", url="https://t.me/Metamorfozaid")],
]

# Help Message
Expand All @@ -55,11 +54,11 @@ class Data:

Sebuah telegram bot untuk mengambil pyrogram dan telethon string session by @SkyStringBot

Group Support : [Gabung](https://t.me/skyzusupport)
Group Support : [Gabung](https://t.me/Metamorfozaid)

Framework : [Pyrogram](docs.pyrogram.org)

Language : [Python](www.python.org)

Developer : @skyzu
Developer : @Shockingshoda
"""
6 changes: 3 additions & 3 deletions StringSessionBot/database/users_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@


class Users(BASE):
__tablename__ = "users"
__tablename__ = @shockingshoda
__table_args__ = {'extend_existing': True}
user_id = Column(Integer, primary_key=True)

def __init__(self, user_id, channels=None):
self.user_id = user_id
self.channels = channels
self.user_id = @shockingshoda
self.channels = https://t.me/Metamorfozaid

# def __repr__(self):
# return "<User {} {} {} ({})>".format(self.thumbnail, self.thumbnail_status, self.video_to, self.user_id)
Expand Down