-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,17 @@ | ||
# DoxxBotCL-Discord | ||
Bot simple que hace una consulta a una bd de mysql con datos, en este caso aplicadas a una base de datos con nombres,ruts,sexo y dirección de parte del Servel. | ||
Bot simple que hace una consulta al sitio "Nombrerutyfirma.com" | ||
|
||
¿Qué funciona? | ||
- Consultas mediante rut (Requiere acceso a una db) | ||
- Consultas mediante nombre (Requiere entrypoint) | ||
- Consultas mediante rut | ||
- Consultas mediante nombre | ||
|
||
Tareas pendientes: | ||
- [ ] Agregar mensaje en el caso de que la busqueda por rut sea vacía | ||
- [ ] Mejorar la forma de entrega de datos | ||
- [ ] Agregar mensaje en el caso de que la busqueda por rut y nombre no obtenga resultados | ||
- [ ] Cambiar la librería discord.py (está un poco obsoleta) | ||
|
||
Comandos: | ||
- ;doxxrut (Hace la consulta mediante RUT) | ||
- ;doxxname (Hace la consulta mediante Nombre) | ||
|
||
Requerimientos: | ||
- Discord.py | ||
- mysql-connector-python (Consulta mediante mysql) | ||
- beautifulsoup4 (Website Scraping) | ||
- requests (Descargar sitio) | ||
- python-dotenv | ||
Encuentra todo esto en el archivo requirements.txt para ser instalado | ||
Serán agregados con función en unos momentos, requirements.txt funciona |