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 details)
File details
Details for the file datasquirrel-0.0.1a1.tar.gz
.
File metadata
- Download URL: datasquirrel-0.0.1a1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bc7af7afff1e4cfd438f7ff72c5743bd01521899ed1a7f67fce293415261f9ef
|
|
MD5 |
ee1515a32d73db38dcd200e3f70c0684
|
|
BLAKE2b-256 |
249128d3ded7f783be31f25f4f8b3b8192957143a58252b1560bfaea73e12b72
|