Skip to main content

Extract sent and received transactions of an STP account.

Project description

Coverage Status Build Status PyPI

stp-scraper

STP scraper library for obtaining all transactions given a range of dates.

Requirements

Python 3.7+

Installation

pip install stp_scraper

Tests

make test

Basic usage

Get transactions of prior week

import stp_scraper
stp_scraper.extract(None, None)

Get transactions for specific dates

from stp_scraper import extract
extract('01/02/2019', '15/02/2019')

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

stp_scraper-0.0.8.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

stp_scraper-0.0.8-py3-none-any.whl (6.0 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