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"})
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for scamadviser_client-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff4ffe9466f4ba05697335cc66ddfd74148407e0c7b6f2eb0c846aaf454cafc2 |
|
MD5 | 377fdbad3ede6dd2cbf3074ca0cc921f |
|
BLAKE2b-256 | f210ac134aaf6591da5270e33946b76db11b0632d86be2a895ed47f42e6a03ea |