Skip to content

Zlkcyber/depinedBot

Repository files navigation

Depined Auto Ping and Auto Reff

banner

UPDATE to use python

  1. git pull
    git pull
  2. Install Requirements:
    pip install -r requirements.txt #or pip3 install -r requirements.txt
  3. Run
    python bot.py #or python3 bot.py 

Repo Source @vonsyy:

Features

  • Auto Ping Widget Connection
  • Support multiple accounts
  • Support Proxy usage

Prerequisites

  • Node.js installed on your machine
  • tokens.txt file containing token from depined platform follow instruction below to get:
  • Open depined dashboard https://app.depined.org/dashboard
  • Login With your email
  • inspect or just F12, and find Application
  • in local storage find token and copy all value. token

Installation

  1. Clone the repository:

    git clone https://github.com/Zlkcyber/depinedBot.git
    cd depinedBot
  2. Install the required dependencies:

    npm install
  3. Input your tokens in tokens.txt file, one user per line;

    nano tokens.txt
  4. optionally you can use proxy:

  • paste proxy in proxy.txt format http://username:password@ip:port
    nano proxy.txt
  1. Run the script:
    npm run start

Additional Feature Auto Registration / Auto Referral

  • npm run autoreg
  • accounts information saved at accounts.txt and tokens auto saved to tokens.txt

License: MIT

This project is licensed under the MIT License.

About

Depined Auto Ping and Auto Register/Auto Referral

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published