Rename Wallamonitor to Wallabicher across all files and update related configurations in Docker and documentation. Adjusted service names, container names, and references in scripts and frontend components to reflect the new naming convention.

This commit is contained in:
Omar Sánchez Pizarro
2026-01-19 22:04:25 +01:00
parent 609d9e24e7
commit dc9c9130aa
23 changed files with 198 additions and 150 deletions

View File

@@ -122,7 +122,7 @@
### Estructura del Proyecto
```
wallamonitor/
wallabicher/
├── platforms/ # Implementaciones de plataformas
│ ├── base_platform.py # Clase abstracta base
│ ├── platform_factory.py # Factory para crear plataformas
@@ -214,7 +214,7 @@
2. Ejecuta Wallabicher:
```bash
python3 wallamonitor.py
python3 wallabicher.py
```
El bot revisará Wallapop periódicamente (configurable, por defecto cada 30s) y enviará notificaciones a tu canal o chat de Telegram siempre que aparezcan artículos nuevos que encajen con tus filtros.