Generate a session string for your Telegram account just by scanning the QR code (also supports accounts with 2FA enabled).
- Pyrogram
- Telethon
- GramJS
-
Make sure you have Node.js and Yarn installed on your machine.
-
Install the project dependencies using yarn:
yarn install
- Run the code in dev mode:
yarn dev
- Build the code:
yarn build
- Run the code in production mode:
yarn start