Skip to content

Latest commit

Β 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”‘ SESSION-GEN-BOT

⚑ Secure & Fast Telegram Session String Generator

Typing SVG

Stars Forks Issues Repo Size

Python Pyrogram Telethon Docker


🎯 What is SESSION-GEN-BOT?

SESSION-GEN-BOT is a fully secure, open-source Telegram bot designed to generate Pyrogram and Telethon session strings easily directly from Telegram.

It never stores your phone numbers, OTPs, or session strings anywhere. Everything happens dynamically and is instantly discarded after being sent to your Saved Messages! πŸ”’

✨ Features

πŸ› οΈ String Generator

  • Generate Pyrogram V1/V2 strings
  • Generate Telethon strings
  • No local storage of sessions
  • Interactive UI using Pyromod

πŸ›‘οΈ Security First

  • Strings sent to Saved Messages
  • No database logging
  • Instant OTP destruction
  • Fully open-source codebase

πŸ“Š System Stats & Utilities

  • /ping - Check bot latency & uptime
  • /stats - View Server CPU/RAM usage
  • Admin maintenance mode support

πŸ—‘οΈ Session Destroyer

  • Revoke compromised sessions
  • Log out sessions remotely
  • Secure destruction tool

⚑ Easy Deployment

  • Docker image available
  • Render / Heroku compatible
  • Clean config structure

πŸš€ Deployment

πŸ“‹ Prerequisites

Requirement Details
🐍 Python 3.11+
πŸ”‘ Telegram API Get from my.telegram.org
πŸ€– Bot Token Get from @BotFather

☁️ One-Click Deploy

Easily deploy the bot 24/7 on your favorite cloud platform!

Deploy to Heroku Β  Deploy to Render Β  Deploy to Koyeb

⚑ Local Quick Setup

# 1️⃣ Clone the repository
git clone https://github.com/SUDEEPBOTS/SESSION-GEN-BOT.git
cd SESSION-GEN-BOT

# 2️⃣ Install dependencies
pip install -r requirements.txt

πŸ”§ Environment Variables

Set these inside YUKISTRING/config.py or as Environment Variables:

API_ID=12345                    # Telegram API ID
API_HASH=your_api_hash          # Telegram API Hash
BOT_TOKEN=123456:ABC-xyz        # Bot Token from BotFather
OWNER_ID=123456789              # Your Telegram User ID

▢️ Run the Bot

# Run directly
python3 -m YUKISTRING

# Or with Docker 🐳
docker build -t sessiongen .
docker run -d --env-file .env sessiongen

πŸ›‘οΈ Tech Stack

Tech Stack

Technology Purpose
Pyrogram Core Telegram MTProto client
Telethon Telethon string generation module
Pyromod Interactive conversation handler
Docker Containerized deployment

πŸ“œ License

This project is open source and available under the MIT License.


⭐ Star this repo if you found it useful!

Footer

GitHub Telegram

About

SESSION-GEN-BOT - Secure Telegram session string generator for Pyrogram and Telethon. Auto-destroys strings & never logs data.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages