Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fa0311/getcryptocurrencyrate

仮想通貨のレートを取得するライブラリ
https://github.com/fa0311/getcryptocurrencyrate

btc eth pythom

Last synced: 16 days ago
JSON representation

仮想通貨のレートを取得するライブラリ

Awesome Lists containing this project

README

        

# getCryptocurrencyRate

仮想通貨のレートを取得するライブラリ

bitflyer.com の WEBAPI を勝手に取得します

対応通貨はBTC XRP ETH XTZ XLM XEM BAT ETC LTC BCH MONA LSK です

[ブログ](https://blog.yuki0311.com/getcryptocurrencyrate/ "ブログ")

# import

```python
from getCryptocurrencyRate import CryptoCurrencyRate
```

# use

```python
CryptoCurrencyRate("BTC_JPY", "hour").get() #取得する通貨 間隔
```

# License

getCryptocurrencyRate is under MIT License