This commit is contained in:
2026-04-27 01:19:38 +08:00
parent c84141674a
commit 2d0eeaa78f
6 changed files with 2776 additions and 152 deletions

View File

@@ -119,6 +119,26 @@ python telegram-scraper.py
- **QR Code** (Recommended) - Scan with your phone (no phone number needed)
- **Phone Number** - Traditional SMS verification
## Web Console (MVP) 🌐
You can run a simple web control panel that manages `.env` configuration and starts/stops the scraper process:
```bash
pip install -r requirements.txt
uvicorn app_web:app --host 0.0.0.0 --port 8000 --reload
```
Then open:
```text
http://127.0.0.1:8000
```
Features:
- Edit core config values from the web page (saved back to `.env`)
- Start / stop scraper process from browser
- View recent runtime logs
## Usage 📝
The script provides a clean interactive menu: