![]() |
SSG is a GramJS/Telethon string session generator that runs directly in your browser, with no need for external API requests.
The SSG (String Session Generator) is a simple and secure application for generating string sessions for Telethon/GramJS directly in the browser, avoiding the risk of sharing sensitive data.
- Generates string sessions directly in the browser.
- User-friendly and intuitive interface.
- No need for local dependency installations.
- Compatible with mobile and desktop devices.
The project is available online at:
🔗 SSG GitHub Pages
- TypeScript – For code structure.
- Sass (SCSS) – For modern and dynamic styling.
- Webpack – For resource bundling.
- GitHub Actions – For continuous deployment.
- GramJS/Telethon – Library for Telegram communication.
If you wish to run the project locally:
git clone https://github.com/gabrielmaialva33/ssg.git
cd ssg
pnpm install
pnpm dev
- Open the project
dist/index.html
file in your browser. - Enter:
- API ID and API HASH from your Telegram account.
- Your phone number with the country code.
- Enter the Telegram verification code.
- If necessary, enter the two-step verification (2FA) password.
- The string session will be generated in your save message in your telegram account.
Contributions are welcome! Follow the steps below:
- Fork the project.
- Create a new branch with your changes:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
- Open a pull request
This project is under the MIT License. See the LICENSE file for more details.
Made with ❤️ by Gabriel Maia. 👋🏽 Get in touch!
© 2017-present Maia