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
# 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
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
datasquirrel-0.0.1a1.tar.gz
(3.6 kB
view hashes)