Jaammerr / The-Dawn-Bot

The Dawn Extension Bot (dawn validator)
https://chromewebstore.google.com/detail/dawn-validator-chrome-ext/fpdkjdnhkakefebpekbdhillbhonfjjp
69 stars 29 forks source link

Bot for Dawn Extension [1.3]

šŸ”— Links

šŸ”” CHANNEL: https://t.me/JamBitPY

šŸ’¬ CHAT: https://t.me/JamBitChat

šŸ’° DONATION EVM ADDRESS: 0xe23380ae575D990BebB3b81DB2F90Ce7eDbB6dDa

šŸ¤– | Features:

šŸ“ | Description:

[FARM MODULES]

The expansion delay between keepalive requests is 120 seconds, so it is recommended to use +- the same value in CYCLE FARMING MODULE.

[CAPTCHA]

In this version, the captcha is solved using services (2captcha, anti-captcha) because the developers changed the mathematical captcha to letters, numbers and symbols. I tried to write my own solution, but alas, the result is too bad. Capsolver also solves very badly.

[DATABASE]

A database is used to save time and optimize. In this case, the script do not need to solve the captcha every time log in. (The old authorization token is used)

[EMAILS]

If you receive an error that your mail is not supported, go to the configuration and add an IMAP server for your mail domain. It is important to remember that popular services use application passwords instead of email passwords. For example, for Gmail mail, you need to enter not a password, but an application code, otherwise you will receive an error.

āš™ļø Config (config > settings.yaml):

FOR REGISTRATION MODULE:
Accounts: data > register.txt | Format:
- email:password

FOR FARM, EXPORT AND TASKS MODULES:
Accounts: data > farm.txt | Format:
- email:password

Proxies: data > proxies.txt | Format:
- type://user:pass@ip:port (http/socks5)
- type://user:pass:ip:port (http/socks5)
- type://ip:port:user:pass (http/socks5)
- type://ip:port@user:pass (http/socks5)
Name Description
threads Number of accounts that will work simultaneously
keepalive_interval delay between keepalive requests in seconds
imap_settings imap servers for your mails
captcha_service service for solving captcha (2captcha or anticaptcha)
two_captcha_api_key 2captcha api key
anti_captcha_api_key anti-captcha api key

šŸš€ | How to start:

  1. Install python >= 3.11:
    https://www.python.org/downloads/
  2. Clone the repository:
    git clone this repo
  3. Create and activate a virtual environment:
    python -m venv venv
    cd venv/Scripts
    activate
    cd ../..
  4. Install dependencies:
pip install -r requirements.txt
  1. Run the bot:
    python run.py