TgLiszt icon indicating copy to clipboard operation
TgLiszt copied to clipboard

Login to telegram app using Telethon session.

Just updated the repo ✨ I've created telegram.py housing all functions for easier usage.

If you're unfamiliar with programming or don't want the hassle of installing Python and setting things up, you can use TgLiszt app to generate your Telegram session easily.

Check out 🤖 MyOTP! telegram bot for easy login using a Telethon session string.

Features

  • Create Telethon and Pyrogram sessions.
  • Login to telegram app using Telethon session file.
  • Update 2FA and more.

Installation

  1. Download telegram.py and requirements.txt from this repository.
  2. Open your terminal or command prompt. Use cd to navigate to the directory where you’ve saved the downloaded files.
  3. Run the following command to install dependencies from the requirements.txt file:
pip install -r requirements.txt
  • Make sure that both the telegram.py and the requirements.txt are located in the same directory as your main script.

Once installed, you can import and use all the available functions from the telegram.py in your project. See example file how to import it.

Helpful Resources