Skip to main content

A python SDK for ScamAdviser API

Project description

Installation

pip install scamadviser_client

or

poetry add scamadviser_client

Usage

from scamadviser_client import FeedAPI

api = FeedAPI(apikey=[your_apikey])

api.list(params={"type": "daily", "from": "2023-01-01", "to": "2023-01-02"})
api.download(params={"path": "/5-minute/1602245968.json"})

Development

You may install Nix to have fully env settings by running nix-shell, or simply use poetry shell to bootstrap this package if you would like to join our development.

We also use justfile to provide some simple commands, you may use

just default

to check all of these available commands.

start the environment (poetry)

just up

stop the environment (poetry)

just down

test

just test

make the code prettier

just be-pretty

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

scamadviser_client-0.2.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

scamadviser_client-0.2.1-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