Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fa0311/getcryptocurrencyrate
仮想通貨のレートを取得するライブラリ
https://github.com/fa0311/getcryptocurrencyrate
btc eth pythom
Last synced: 16 days ago
JSON representation
仮想通貨のレートを取得するライブラリ
- Host: GitHub
- URL: https://github.com/fa0311/getcryptocurrencyrate
- Owner: fa0311
- License: other
- Created: 2021-02-22T10:44:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T06:11:22.000Z (about 3 years ago)
- Last Synced: 2023-03-06T05:16:41.894Z (over 1 year ago)
- Topics: btc, eth, pythom
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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