Coder Social home page Coder Social logo

shopee-coin-miner's Introduction

Shopee Coin Miner

Simple nodejs script to earn shopee coin automatically (๐Ÿ‡ฎ๐Ÿ‡ฉ)

โš ๏ธ Disclaimer

  • Using this script violate Shopee Terms of Service, do at your own risk!

  • Only work for Indonesian Shopee (shopee.co.id)

๐Ÿ› ๏ธ Features

Feature Status Note
Shopee Tanam โœ… self watering, harvesting, planting, help friends
Shopee Check In โœ…
Shopee Live โœ…
Lucky Draw โŒ
Poly (Boardgame) โŒ
Goyang Pohon โŒ
Shopee Capit โŒ
Shopee review โŒ

How to use

Requirements

  • nodejs >= 10
  • Rooted Android phone (emulator / smartphone) (used to get user credentials)

Setup

  • Create credentials.json : List of all credentials of your accounts

    [
      {
        "name": "shopee username",
        "token": "SPC_EC token",
        "shopeeToken": "shopee_token",
        "deviceId": "unique identifier",
        "userId": 123,
        "help": true
      }
    ]

    To find shopeeToken and token you can use HTTPCanary to capture shopee app data using rooted android device. Here's some quick steps:

    • Install HTTPCanary
    • Enable capture in HTTPCanary
    • Open Shopee app
    • Login using your account
    • Open HTTPCanary
    • Filter by host (mall.shopee.co.id)
    • Find authenticated request
    • Copy SPC_EC, and shopee_token in cookies
  • Create friends.json : List of friends account you want to help

    [
      {
        "name": "shopee_username",
        "userId": 0,
        "help": true
      }
    ]

Running

node ./src/scripts/[command_name]

List of commands

  • water.js: plan, water, harvest, and help friend
  • luckdraw.js: get coin from playing shopee luckydraw
  • live.js: get coin from watching livestream
  • checkin.js: get coin from daily checkin.
  • userCoins.js: get coin balance of all the accounts

shopee-coin-miner's People

Contributors

ghufr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

shopee-coin-miner's Issues

Bingung

Is there a video tutorial? I'm a little confused

invalid token

const token = await account.getFeatureToggles({
shopeeToken,
userAgent,
userId,
});

  console.log(token)

i cannot get the token it says '-'. how do i solve this

Is this repo still active?

The water game doesn't work anymore.

Shopee adds a new parameter to encrypt the request. I traced the code and it looks to me that it only works on mobile device (I was able to find out the api by using chrome devtool in the old version)

I would like to discuss for how to get the new version working. I was about to DM you on twitter but it locked.

Is it possible to update it?

Does anyone here attempted to update this program? I managed to make most the functions work until claim coin. When I tried to claim coin, it always return status code 429 -- "Too many requests". If there is someone can, pls reply. Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.