/TG-Session-Converter

TG to telethon session

Primary LanguagePython

Telegram Session Converter

🚀 | How to start:

  1. Install python >= 3.11:
https://www.python.org/downloads/
  1. Clone the repository:
git clone this repo
  1. Create and activate a virtual environment:
python -m venv venv
cd venv/Scripts
activate
cd ../..
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the bot:
python main.py