Skip to content

Veviloos/Dawn-BOT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dawn Validator BOT

Dawn Validator BOT

Features

  • Auto Get Account Information
  • Auto Run With Monosans Proxy - Choose 1
  • Auto Run With Private Proxy - Choose 2
  • Auto Run Without Proxy - Choose 3
  • Auto Send Keep-Alive Every 5 Minutes
  • Multi Accounts With Threads

Note: Dawn Server may be experiencing problems receiving requests, please be patient.

Requiremnets

  • Make sure you have Python3.9 or higher installed and pip.

Instalation

  1. Clone The Repositories:

    git clone https://github.com/vonssy/Dawn-BOT.git
    cd Dawn-BOT
  2. Install Requirements:

    pip install -r requirements.txt #or pip3 install -r requirements.txt

Configuration

  • accounts.json: You will find the file accounts.json inside the project directory. Make sure accounts.json contains data that matches the format expected by the script. Here are examples of file formats:

    [
        {
            "Email": "your_email_address 1",
            "Token": "your_berear_token 1"
        },
        {
            "Email": "your_email_address 2",
            "Token": "your_berear_token 2"
        }
    ]
  • proxy.txt: You will find the file proxy.txt inside the project directory. Make sure proxy.txt contains data that matches the format expected by the script. Here are examples of file formats:

      ip:port # Default Protcol HTTP.
      protocol://ip:port
      protocol://user:pass@ip:port

Run

python bot.py #or python3 bot.py

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%