Skip to content

Commit

Permalink
Cambia el archivo README.md
Browse files Browse the repository at this point in the history
Añade nueva explicación al archivo README.md y capturas de pantalla en GIF
  • Loading branch information
IamRodion committed Aug 19, 2023
1 parent 28b02e6 commit ea0aba2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# RouterScrapper
Programa que realiza webscrap sobre la web de configuración de routers, y obtiene mac, nombre de red y contraseña.
</br>
Programa que realiza scrap con la librería request y bs4 sobre la web de configuración de routers, y obtiene mac, nombre de red y contraseña y los almacena en una base de datos SQLite3 para su gestión.
</br>

![routerscraper --help](img/2023-08-18_20.51.23.gif)

## ¿Como Instalar/Ejecutar?
</br>
Existen dos formas principales de ejecutar el código.

* Opción 1: Descargar código fuente, instalar las dependecias y ejecutarlo.
* Opción 1: Descargar código fuente, instalar las dependencias y ejecutarlo.
```
git clone https://github.com/IamRodion/RouterScraper.git
```
Expand All @@ -25,8 +26,13 @@ python3 RouterScraper.py
* Opción 2: Descargar el [último binario disponible](https://github.com/IamRodion/RouterScraper/releases/latest), añadir permisos de ejecución y ejecutarlo.

```
chmod 744 routerscraper-0.01-linux-amd64
chmod 744 routerscraper-linux-amd64
```
```
./routerscraper-0.01-linux-amd64
```
./routerscraper-linux-amd64
```
> NOTA: Se debe tener en cuenta que este compilado funciona para equipos Linux con una versión de ldd igual o superior a 2.31. Esto se puede comprobar ejecutando en la terminal: ```ldd --version```
Una vez ejecutado el script, se debe ver algo como esto:

![routerscraper --start 17 --stop 17](img/2023-08-18_21.07.08.gif)
Binary file added img/2023-08-18_20.51.23.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/2023-08-18_21.07.08.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea0aba2

Please sign in to comment.