Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/snth/numismatic
- Owner: snth
- License: mit
- Created: 2017-10-05T12:49:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:44:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T14:51:35.904Z (23 days ago)
- Topics: bitcoin, bitcoin-api, digital-assets, ethereum
- Language: Python
- Size: 227 KB
- Stars: 20
- Watchers: 6
- Forks: 14
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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