Entradas

Mostrando entradas de julio, 2025

Scraping consulta empresa RUES Colombia 2025

 El proyecto esta desarrollado en python con django requisito installar pip install cryptography ==44.0.2 *******************HTML********************************* <!DOCTYPE html> <html> <head>     <meta name="viewport" content="width=device-width" />     <title>Index</title>     {% load static %}     <link rel="stylesheet" type="text/css" href="{% static 'styles/general.css' %}" />     <style>         .cntpreview{             background: #000;     padding: 10px;     width: 50%;     min-height: 300px;     color: #fff         }     </style> </head> <body>     <div id="divLoading" class="wrap_loading hide">         <div class="lds-ring">             <div></div>   ...