Consulta el SIS Perú automáticamente con Python | Web Scraping desde cero
En este video aprenderás web scraping en Python desde cero usando un caso real: cómo consultar si una persona está registrada en el SIS (Seguro Integral de Salud del Perú). Librerias utilizadas requests, easyOCR ***********************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"> <di...