Skip to content

Instantly share code, notes, and snippets.

@New-dev0
New-dev0 / TeleToPyroSTRING.py
Last active September 30, 2024 14:42
Script to Convert Telethon's StringSession to Pyrogram's
# Both Telethon and Pyrogram should be Installed
# Made only for Educational Purpose
# New-dev0 (2021)
import struct, base64
from telethon.sessions.string import StringSession
from telethon.sync import TelegramClient
from pyrogram.storage.storage import Storage
from pyrogram import utils