SkillAgentSearch skills...

DepinedBot

Depined Auto Ping and Auto Register/Auto Referral

Install / Use

/learn @Zlkcyber/DepinedBot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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:

  • https://github.com/vonssy/DePINed-BOT

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.

View on GitHub
GitHub Stars65
CategoryDevelopment
Updated5mo ago
Forks19

Languages

JavaScript

Security Score

92/100

Audited on Nov 1, 2025

No findings