Puppeteer script running in a Github action to claim daily diamonds on CoinMarketCap.
Install dependencies
$ npm install
Copy example dotenv file without the .example extension.
$ cp .env.example .env
Launch script
$ npm run start
You will need to add EMAIL
and PASSWORD
as secrets in your repository settings.