Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 808 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 808 Bytes

Telegram QR Code Session String Generator

Generate a session string for your Telegram account just by scanning the QR code (also supports accounts with 2FA enabled).

Live Demo

Supported Libraries

  • Pyrogram
  • Telethon
  • GramJS

Quickstart

  1. Make sure you have Node.js and Yarn installed on your machine.

  2. Install the project dependencies using yarn:

yarn install
  1. Run the code in dev mode:
yarn dev
  1. Build the code:
yarn build
  1. Run the code in production mode:
yarn start

Credits