Jaammerr / TheBeacon-Bot

Bot for auto completing all possible quests and open chests in TheBeacon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Beacon Bot

πŸ”— Links

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

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

πŸ’° DONATION EVM ADDRESS: 0xe23380ae575D990BebB3b81DB2F90Ce7eDbB6dDa

πŸ€– | Features:

  • Auto registration/login
  • Auto completion of all quests
  • Auto open all chests

πŸ“ | Description:

This version supports automatic completion of discord quests

Before starting, you need to join the discord server (thebeacon) yourself, or you can purchase software (discord joiner) - https://t.me/JamBitPY/64

βš™οΈ Config (config > settings.yaml):

Accounts: data > accounts.txt | Format:
- auth_token
- auth_token:wallet_mnemonic/pk
- auth_token:wallet_mnemonic/pk:discord_token

Proxies: data > proxies.txt | Format:

ACCEPTING ONLY HTTP 

- http://user:pass@ip:port
- http://user:pass:ip:port
- http://ip:port:user:pass
- http://ip:port@user:pass
Name Description
threads Number of accounts that will work simultaneously
delay_between_quests delay between quests in seconds
delay_between_quests_verification delay between quests verification and claiming rewards in seconds
delay_between_chests delay between open chests in seconds

πŸš€ | How to start:

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

About

Bot for auto completing all possible quests and open chests in TheBeacon


Languages

Language:Python 100.0%