This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
Release 1.1.0 - Improvements & update
Breaking changes
This new version is now workable with the new version of the website of CoinMarketCap
- Node.js has been updated from v11 to v11.7
- Puppeteer has ben updated from v1.11 to 10.2.0
New feature
- Retrieve your assets list in image (⚠If you have lot of assets in your wallet, the image preview sent on discord may be unreadable, but no panic, just open the original in your browser and you'll be able to perfectly zoom)
Improvements
- Using now text selector instead of class that changes at every update of CMC website
- Using now the native screenshot method of puppeteer
Note for users
To get your cookies I recommend you using the EditThisCookie broswer addon then exports your cookies in the data/cookies
file.
To get your u
key from Local Storage, on CMC open the developer console then go in Application tab
> Local Storage
> https://coinmarketcap.com
and find the u
key, Copy its value in the data/storage
file.
- ⚠
u
key from Local Storage contains some sensitive informations, don't share it. - ⚠
data/cookies
&data/storage
don't have extension but it's JSON. (but a priori you don't have to worry about it as EditThisCookie and the LocalStorage value are already in JSON formats)