Skip to content

Commit f8c01a0

Browse files
committed
Update cryptocurrency plugin to new CMC API
1 parent 200f0c3 commit f8c01a0

File tree

6 files changed

+962
-134
lines changed

6 files changed

+962
-134
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Add the factoid character in the listfacts output
1111
### Changed
1212
- Cleaned up the timeformat API and implementation (#32)
13+
- Updated cryptocurrency to new CoinMarketCap API
1314
### Fixed
1415
- Disconnect active vs configured channel lists (#11)
1516
- Fix reminder tests time based errors

config.default.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@
109109
"lyricsnmusic": "",
110110
"cleverbot": "",
111111
"brewerydb": "",
112-
"alphavantage": ""
112+
"alphavantage": "",
113+
"coinmarketcap": ""
113114
},
114115
"database": "sqlite:///cloudbot.db",
115116
"plugin_loading": {

0 commit comments

Comments
 (0)