Skip to main content

Consult transactions in CEP.

Project description

Coverage Status

cep-scraper

CEP scraper library for consulting transactions in CEP (COMPROBANTE ELECTRÓNICO DE PAGO)

Requirements

Python 3.7+

Installation

pip install cep_scraper

Tests

make test

Basic usage

Consult a transaction

import cep_scraper
stp_scraper.extract(None, None)

Get transactions for specific dates

from cep_scraper import get_tx_info

transaction = dict(
        fecha_proceso='31-03-2019',
        clave_rastreo='CUENCA1554068382',
        institucion_ordenante='90646',
        institucion_beneficiaria='40012',
        cuenta_beneficiario='4152313324202675',
    )
get_tx_info(transaction)

Release to PyPi

pip install -U setuptools wheel twine
make release
# PyPi will prompt you to log in

Project details


Download files

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

Source Distribution

cep_scraper-0.0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

cep_scraper-0.0.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

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