Skip to content

ieatbroccoli/treasure-hunt

 
 

Repository files navigation

Treasure Hunt

Get 800GB free on Treasure Cloud

Get Started

  1. Install Dependencies

    yarn # or npm i
    sudo apt install -y $(cat deps.txt) # dependecies for puppeteer
  2. Config

    Open config.ts and replace the invite link with your own.

  3. Run

    yarn start # or npm run start

GitHub Actions

Alternatively you can run the script on GitHub Actions

  1. Fork the repository
  2. Go to the Actions tab
  3. Click on the Hunt workflow un der All workflows
  4. Click on the Run Workflow ▼ dropdown
  5. Enter the Invite code
  6. Click Run Workflow

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%