Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snth/numismatic

Collector for digital assets
https://github.com/snth/numismatic

bitcoin bitcoin-api digital-assets ethereum

Last synced: 9 days ago
JSON representation

Collector for digital assets

Awesome Lists containing this project

README

        

# Numismatic - Coin Collecting for Digital Assets

[![Join the chat at https://gitter.im/numismatic-chat/Lobby](https://badges.gitter.im/numismatic-chat/Lobby.svg)](https://gitter.im/numismatic-chat/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![PyPI licence](https://img.shields.io/pypi/l/numismatic.svg)]()
[![PyPI version](https://img.shields.io/pypi/v/numismatic.svg)]()
[![Python versions](https://img.shields.io/pypi/pyversions/numismatic.svg)]()
[![PyPI format](https://img.shields.io/pypi/format/numismatic.svg)]()

## Install

pip install numismatic

## Run

Run the `coin` script from anywhere and explore from there

coin

coin list

coin info

coin info -a BTC,ETH,XMR,ZEC

coin prices

coin prices -a BTC,ETH,XMR,ZEC

coin subscribe -a BTC,ETH,XMR,ZEC collect

coin subscribe -f bitfinex -f gdax compare

## Contribute

git clone https://github.com/snth/numismatic.git
cd numismatic
pip install -e .
# Add awesome new features and submit Pull Requests