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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user