https://github.com/snth/numismatic
Collector for digital assets
https://github.com/snth/numismatic
bitcoin bitcoin-api digital-assets ethereum
Last synced: 3 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:44:39.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T05:36:32.551Z (7 months ago)
- Topics: bitcoin, bitcoin-api, digital-assets, ethereum
- Language: Python
- Size: 227 KB
- Stars: 21
- Watchers: 5
- 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
[](https://gitter.im/numismatic-chat/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[]()
[]()
[]()
[]()## 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