aa
This commit is contained in:
20
README.md
20
README.md
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user