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 details)

Uploaded Source

File details

Details for the file titulosuagrm-0.1.tar.gz.

File metadata

  • Download URL: titulosuagrm-0.1.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for titulosuagrm-0.1.tar.gz
Algorithm Hash digest
SHA256 74c89dc709083ba4914c0a222feb125c67394b4d084c378c2421de6cec2978f6
MD5 3211e55cf5550b2523ff5b5305c1d709
BLAKE2b-256 9be328cf3a69869e4d26a2c6c33bd915b1a600eadf5981fd1347bd7974c0067c

See more details on using hashes here.

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