Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

42 lines (22 loc) · 1.2 KB

CoinGecko

Summary

An automated script to get daily rewards from CoinGecko. Thanks to Heroku, the deployment is stress-free and easy. All the deployment is done in one click (almost).

Deployment

  1. Click the Deploy to Heroku Button below

Deploy

  1. Setup the USEREMAIL and PASSWORD variables

Update the USEREMAIL and PASSWORD values with your CoinGecko user email and password.

  1. Deploy and Build

Hit Deploy App and wait until the build is finished. Click Manage App redirects to the main page.

  1. Setup Schedules
  • Click Resources > Heroku Scheduler > Create Job
  • Choose Every day at ... with anytime you like
  • Copy and paste python main.py in the command input below
  • Save job

  1. All set!

Credit

Inspired by: CryoliteZ/1point3auto

I found the script for receiving 1point3auto rewards daily and believe that the same concept could be applied on getting CoinGecko's daily checkin rewards.