TeloView Pro is a powerful VS Code extension that transforms your Telegram channels into a structured online course platform (like Udemy or Coursera). Stop switching between your phone and IDE—learn to code while you code!
✨ Features
📺 In-IDE Player: Seamless high-quality video streaming directly inside VS Code.
📂 Auto-Module Parsing: Automatically creates sections by detecting the MODULE: keyword in Telegram messages.
🚀 Blazing Fast: Direct P2P streaming from Telegram servers without downloading local files.
🌗 True Dark Theme: A premium UI designed to blend perfectly with your VS Code environment.
⌨️ Keyboard Shortcuts: - Space: Play/Pause
F: Theater Mode
Cmd/Ctrl + Right: Next Lesson
Cmd/Ctrl + Left: Previous Lesson
🔒 Privacy Focused: Your API credentials and session data stay on your local machine.
🛠️ Installation & Setup (Step-by-Step)
1. Prerequisites
Ensure Python 3.7+ is installed on your system.
Create an empty folder and open it in VS Code.
2. Initialize Project
Click the "🚀 Initialize Project" button in the TeloView sidebar. This will:
Generate the backend/main.py file in your workspace.
Automatically install required libraries (telethon, fastapi, uvicorn) via the terminal.
You can monitor the progress live in the VS Code terminal.