readme
This commit is contained in:
parent
9a9583f3f9
commit
2538fa1da3
12
README.md
12
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue