Skip to main content

Crypto and standar currency API data getter and saver

Project description

# Data Quirrel

# Installation


`pip install datasquirrel`

# Usage

Something along the lines of:
```
from datasquirrel import luno
from datasquirrel import btcc
import time

start = time.time()-(24*3600*404)

collector = luno.Collector()
collector.new_collection(start) # For new collection
collector.collect() # To continue where last one left off

collector = btcc.Collector()
collector.new_collection(start) # For new collection
collector.collect() # To continue where last one left off
```

# To Do

- Write a better readme
- Tests for some of the newly added endpoints
- Tests for the rate limiter

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

datasquirrel-0.0.1a1.tar.gz (3.6 kB view hashes)

Uploaded Source

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