This commit is contained in:
Juanjo 2024-10-31 19:55:21 +01:00
parent 9a9583f3f9
commit 2538fa1da3
1 changed files with 11 additions and 1 deletions

View File

@ -6,4 +6,14 @@
- git commit -m "first commit" - git commit -m "first commit"
- git remote add origin https://git.ieslamar.org/gitea/thread4.git - git remote add origin https://git.ieslamar.org/gitea/thread4.git
- git push -u origin main - git push -u origin main
## PRUEBA
## Objetivo del programa
- Simular el funcionamiento de un rastreador web (bot crawler)
## Estrategia
- Al programa se le pasa la URL inicial
- Guardamos el contenido de la página en un fichero
- Buscamos enlaces
- Guardamos el enlace en base de datos
- Volvemos a lanzar la URL encontrada
- Se repite hasta que no haya más enlaces