Skip to main content

Caso de estudio sobre extraccion de datos generados por javascript.

Project description

Consulta Titulos - UAGRM

El sitio oficial de la Universidad Autonoma Gabriel Rene Moreno permite realizar la consulta de titulos por carnet de identidad y por numero de titulo.

Sitio Web: https://www.uagrm.edu.bo/udigital/titulos

Este es un proyecto con fines academicos y de investigacion Web Scraping.

Requisitos

pip install request webdriver-manager selenium pandas
pip install titulosuagrm

Ejemplo

from titulosuagrm import EndpointClient

PROCEDENCIAS = {
        "santa_cruz": "SCZ",
        "la_paz": "LPZ",
        "beni": "BEN",
        "pando": "PAN",
        "cochabamba": "CBA",
        "chuquisaca": "CHS",
        "tarija": "TJA",
        "oruro": "ORU",
        "potosi": "POT",
        "extranjero": "EXT"
    }

cliente = EndpointClient()
cedula = "" #Ingresar un carnet de identidad de un universitario titulado
procedencia = PROCEDENCIAS["santa_cruz"]

resultado = cliente.consultar_endpoint(cedula, procedencia)

if resultado is not None:
    # Procesar el resultado de acuerdo a tus necesidades
    # ...
    print(resultado)

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

titulosuagrm-0.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page