8000 GitHub - ahmuq/exeos-bot: Exeos auto earning
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ahmuq/exeos-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exeos Bot

This bot automates earning point Exeos

Features

  • Multi Account
  • Uses proxies to avoid IP bans/Limit.
  • Auto LiveNess Check

Requirements

Installation

  1. Clone the repository:

    git clone https://github.com/ahlulmukh/exeos-bot.git
    cd exeos-bot
  2. Instal Packages:

    npm install
  3. Create a proxy.txt file in the root director 68B7 y and add your proxies (one per line) (Optional).

    http://user:pass@host:port
    http://user:pass@host:port
    http://user:pass@host:port
    
  4. Crete accounts.json file, cp accounts.json.example accounts.json and put your token and extensionId, you you don't have extension id just leave it.

    [
      {
        "token": "your_token",
        "extensionId": [
          "your_extension_id",
          "your_extension_id2",
          "your_extension_id3"
        ]
      },
      {
        "token": "your_token2",
        "extensionId": ["your_extension_id", "your_extension_id2"]
      }
    ]

Usage

  1. Run the bot:
node .

Stay Connected

Donation

If you would like to support the development of this project, you can make a donation using the following addresses:

  • Solana: FdHsx8He55QgRCSv6NMEpFfkjXFsXFEeWEpJpo7sUQZe
  • EVM: 0x406de5ec09201002c45fdd408ab23159cd12fa3e
  • BTC: bc1prze475lgalevngrhwq6r9wyng3rl3zskyru4rn4k6j8kwzmmczmqcd7u7y

Disclaimer

This tool is for educational purposes only. Use it at your own risk.

Releases

No releases published

Packages

No packages published
0